projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ff2c64
)
Change tabs to spaces, for consistency
author
Robin Houston
<robin.houston@gmail.com>
Sat, 5 Mar 2011 15:45:55 +0000
(15:45 +0000)
committer
Robin Houston
<robin.houston@gmail.com>
Sat, 5 Mar 2011 15:45:55 +0000
(15:45 +0000)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index f9797a034c637619f5dabb9c4e4dbd16fd559ec4..b10444d71748fc7ab149c48d68d96e5ac8ed756c 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-204,8
+204,8
@@
class Stream(object):
if locations and len(locations) > 0:
assert len(locations) % 4 == 0
self.parameters['locations'] = ','.join(['%.2f' % l for l in locations])
- if count:
-
self.parameters['count'] = count
+
if count:
+ self.parameters['count'] = count
self.body = urllib.urlencode(self.parameters)
self.parameters['delimited'] = 'length'
self._start(async)