From e6b35a8043b472bfa5e1c1697dbcce440a2c4adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1=C4=8Dek?= Date: Tue, 5 Apr 2022 15:14:54 +0200 Subject: [PATCH] done --- tmgdsp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmgdsp.py b/tmgdsp.py index 77c3488..5fa4ad0 100644 --- a/tmgdsp.py +++ b/tmgdsp.py @@ -198,8 +198,8 @@ with open('TMGDSP_output_'+ext_date_from_filaname, 'w') as f: print("sms_price: ", sms_price) print("sms_count: ", sms_count) writer.writerow([MSISDN, ICCID, IMSI, data_price, data_amount, sms_price, sms_count, other_price]) -{'ICCID':ICCID,'data':0.00000, 'sms':0.00000, 'other':0.00000, 'smscount':pricesms} -#csvfile.close() + +csvfile.close()