From fe991b71a67c24f74371d69b964356d7697266aa Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Sat, 10 Oct 2020 23:01:44 +0100 Subject: [PATCH] [10.10.20] Testing --- src/tweets/collector.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tweets/collector.py b/src/tweets/collector.py index 70b4264..1ea509d 100644 --- a/src/tweets/collector.py +++ b/src/tweets/collector.py @@ -107,6 +107,7 @@ def processTweet(): dumpStack.clear() log("Processing Tweets Stack...", 'INFO') + log(len(processStack), 'INFO') if len(processStack) != 0: for tweet in processStack: @@ -169,6 +170,8 @@ def createHourJob(): log("Extracting sentiment scores...", 'INFO') + log(len(hourStack), 'INFO') + if len(hourStack) != 0: log("Boop", 'INFO') for item in hourStack: