[10.10.20] Testing

This commit is contained in:
andrewso 2020-10-10 22:43:33 +01:00
parent 18e5f50d61
commit 044fd62dcf

View File

@ -180,6 +180,8 @@ def createHourJob():
neg = round(ovNeg/len(hourStack), 3) neg = round(ovNeg/len(hourStack), 3)
compound = round(ovCompound/len(hourStack), 3) compound = round(ovCompound/len(hourStack), 3)
print(pos, neu, neg, compound, type)
hourStack.clear() hourStack.clear()
sendToArtemis(pos, neu, neg, compound, type) sendToArtemis(pos, neu, neg, compound, type)