dataamount math fixed on req. by Manik

This commit is contained in:
2022-04-21 11:08:41 +02:00
parent 4ef0291dbd
commit 0ce38b22fd

View File

@@ -169,7 +169,7 @@ with open('output_VFCZ_'+ext_date_from_filaname, 'w') as f:
writer.writerow([key, "N/A", "N/A", round(float(data)), round(float(dataamount), 2), sms, smscount, other, "N/A"])
sys.exit()
with open('output_VFCZ_'+ext_date_from_filaname, "rb") as f:
webhook.add_file(file=f.read(), filename='output_VFCZ_'+ext_date_from_filaname)