cleanup
This commit is contained in:
@@ -175,21 +175,3 @@ with open('output_VFCZ_'+ext_date_from_filaname, "rb") as f:
|
||||
|
||||
response = webhook.execute()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#csv_columns = ['takhleuztoneudelam', 'data', 'sms', 'other', 'smscount', 'dataamount']
|
||||
#try:
|
||||
# with open('export_vd_202109v1.csv', 'w') as csvfile:
|
||||
# w = csv.DictWriter(sys.stdout, csv_columns)
|
||||
# for key, val in sorted(dictionary.items()):
|
||||
# row = {'takhleuztoneudelam': key}
|
||||
# row.update(val)
|
||||
|
||||
# writer = csv.DictWriter(csvfile, fieldnames=csv_columns)
|
||||
# writer.writerow(row)
|
||||
|
||||
#except IOError:
|
||||
# print(f"I/O error: {IOError}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user