Changed sim_state comma
This commit is contained in:
@@ -105,7 +105,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")
|
||||||
|
|||||||
Reference in New Issue
Block a user