[12.10.20] Testing

This commit is contained in:
andrewso 2020-10-12 13:07:04 +01:00
parent 477cab8f09
commit c095aa1560

View File

@ -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']