[10.10.20] Testing
This commit is contained in:
parent
8542ebd0ae
commit
fe991b71a6
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user