From 044fd62dcff8c31641938aa0340841319d059ed2 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Sat, 10 Oct 2020 22:43:33 +0100 Subject: [PATCH] [10.10.20] Testing --- src/tweets/collector.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tweets/collector.py b/src/tweets/collector.py index f9dff0c..bf1f374 100644 --- a/src/tweets/collector.py +++ b/src/tweets/collector.py @@ -180,6 +180,8 @@ def createHourJob(): neg = round(ovNeg/len(hourStack), 3) compound = round(ovCompound/len(hourStack), 3) + print(pos, neu, neg, compound, type) + hourStack.clear() sendToArtemis(pos, neu, neg, compound, type)