projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5500c3a
)
Fix bogus commit - test test test.
author
inactivist
<inactivist@gmail.com>
Sat, 22 Sep 2012 14:23:00 +0000
(07:23 -0700)
committer
inactivist
<inactivist@gmail.com>
Sat, 22 Sep 2012 14:23:00 +0000
(07:23 -0700)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index db5a1f7bce79d6b23e33a46b8a99ecffc18f2372..044bd3231060018cfddfb6942e8ca7381613f5c8 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-135,7
+135,7
@@
class Stream(object):
raise
def _data(self, data):
- if self.listener.on_data(d) is False:
+ if self.listener.on_data(d
ata
) is False:
self.running = False
def _read_loop(self, resp):