[12.10.20] Testing

This commit is contained in:
andrewso 2020-10-12 17:27:48 +01:00
parent 73c4a171ab
commit dea841345c

View File

@ -105,6 +105,8 @@ class Listener(StreamListener):
text = data['extended_tweet']['full_text']
processTweet(text, self.hashtag)
# dumpStack.append({'type': self.hashtag, 'tweet': text})
else:
log("[{}]".format(data['text']), 'ERR')
def processTweet(text, type):