projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac5eb80
)
fixed issue #529
author
elanting
<erwin@lanting.nl>
Thu, 18 Dec 2014 06:39:34 +0000
(07:39 +0100)
committer
elanting
<erwin@lanting.nl>
Thu, 18 Dec 2014 06:39:34 +0000
(07:39 +0100)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 0265c68e026f0343e298fcfe246c87f53866a16c..bd1744d69a86e4bea9610f53330965daf66c2bfc 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-416,7
+416,7
@@
class Stream(object):
if languages:
self.session.params['language'] = u','.join(map(str, languages))
self.body = urlencode_noplus(self.session.params)
- self.session.params
['delimited'] = 'length'
+ self.session.params
= {'delimited': 'length'}
self.host = 'stream.twitter.com'
self._start(async)