diff --git a/src/tweets/collector.py b/src/tweets/collector.py index a1c42ec..40fc324 100644 --- a/src/tweets/collector.py +++ b/src/tweets/collector.py @@ -173,6 +173,7 @@ def createHourJob(): log("Extracting sentiment scores...", 'INFO') if len(hourStack) != 0: + log("Process stack size is :: [{}]".format(len(hourStack)), 'INFO') for item in hourStack: ovPos = ovPos + item['pos'] ovNeu = ovNeu + item['neu']