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()