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)