Fix bogus commit - test test test.
authorinactivist <inactivist@gmail.com>
Sat, 22 Sep 2012 14:23:00 +0000 (07:23 -0700)
committerinactivist <inactivist@gmail.com>
Sat, 22 Sep 2012 14:23:00 +0000 (07:23 -0700)
tweepy/streaming.py

index db5a1f7bce79d6b23e33a46b8a99ecffc18f2372..044bd3231060018cfddfb6942e8ca7381613f5c8 100644 (file)
@@ -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(data) is False:
             self.running = False
 
     def _read_loop(self, resp):