dataamount math fixed on req. by Manik
This commit is contained in:
@@ -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"])
|
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:
|
with open('output_VFCZ_'+ext_date_from_filaname, "rb") as f:
|
||||||
webhook.add_file(file=f.read(), filename='output_VFCZ_'+ext_date_from_filaname)
|
webhook.add_file(file=f.read(), filename='output_VFCZ_'+ext_date_from_filaname)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user