Changed sim_state comma

This commit is contained in:
Jakub Žáček
2022-05-11 14:33:47 +02:00
parent 750099909b
commit 6ae4bac794

View File

@@ -105,7 +105,7 @@ with open(FILE2, newline='', encoding="utf-8") as csvfile2:
imsi2 = int(row['IMSI'])
iccid2 = int(row['ICCID'])
msisdn = int(row['MSISDN'])
simstate = (row['SIM State'])
simstate = (row['SIM_State'])
if iccid2 in dict_by_iccid:
print("iccid: ", iccid2, " already exists, doing the math")