[10.10.20] Testing
This commit is contained in:
parent
2eb41af132
commit
18e5f50d61
@ -82,7 +82,7 @@ class Listener(StreamListener):
|
||||
|
||||
def on_data(self, data):
|
||||
|
||||
log("Received Tweet...")
|
||||
log("Received Tweet...", 'INFO')
|
||||
|
||||
if (time() - self.start_time) < self.limit:
|
||||
data = json.loads(data)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user