From 0ce38b22fd6c5323c6f6b1d191be283b2facc7db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1=C4=8Dek?= Date: Thu, 21 Apr 2022 11:08:41 +0200 Subject: [PATCH] dataamount math fixed on req. by Manik --- ucetnictvi_vfcz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucetnictvi_vfcz.py b/ucetnictvi_vfcz.py index 72dc665..d152425 100644 --- a/ucetnictvi_vfcz.py +++ b/ucetnictvi_vfcz.py @@ -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)