Merge pull request #534 from ThiefMaster/patch-1

Remove bad tab indent
This commit is contained in:
Kenneth Reitz
2012-04-04 01:05:00 -07:00
+2 -2
View File
@@ -276,8 +276,8 @@ To use the Twitter Streaming API to track the keyword "requests":
data={'track': 'requests'}, auth=('username', 'password'))
for line in r.iter_lines():
if line: # filter out keep-alive new lines
print json.loads(line)
if line: # filter out keep-alive new lines
print json.loads(line)
Verbose Logging