[10.10.20] Testing

This commit is contained in:
andrewso 2020-10-10 23:01:44 +01:00
parent 8542ebd0ae
commit fe991b71a6

View File

@ -107,6 +107,7 @@ def processTweet():
dumpStack.clear() dumpStack.clear()
log("Processing Tweets Stack...", 'INFO') log("Processing Tweets Stack...", 'INFO')
log(len(processStack), 'INFO')
if len(processStack) != 0: if len(processStack) != 0:
for tweet in processStack: for tweet in processStack:
@ -169,6 +170,8 @@ def createHourJob():
log("Extracting sentiment scores...", 'INFO') log("Extracting sentiment scores...", 'INFO')
log(len(hourStack), 'INFO')
if len(hourStack) != 0: if len(hourStack) != 0:
log("Boop", 'INFO') log("Boop", 'INFO')
for item in hourStack: for item in hourStack: