sim_state again the underscore...

This commit is contained in:
2022-05-16 15:26:59 +02:00
parent b8e470e47e
commit aceb8f1ccf

View File

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