This commit is contained in:
2022-04-05 15:14:54 +02:00
parent b57c1d9e9d
commit e6b35a8043

View File

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