From aceb8f1ccf683909119a08f7608e7e342b2c2ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=BD=C3=A1=C4=8Dek?= Date: Mon, 16 May 2022 15:26:59 +0200 Subject: [PATCH] sim_state again the underscore... --- vdgdsp_final.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdgdsp_final.py b/vdgdsp_final.py index b5cb300..4723bb0 100644 --- a/vdgdsp_final.py +++ b/vdgdsp_final.py @@ -93,7 +93,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")