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)