From dff5096164b065807f8b641ccb6f89247b0497ab Mon Sep 17 00:00:00 2001 From: yrx Date: Thu, 14 May 2026 09:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86icc=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=83=A8=E5=88=86=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.py b/network.py index f7ccbe7..fd7b1f4 100644 --- a/network.py +++ b/network.py @@ -403,7 +403,7 @@ class NetworkManager: """ marker_path = os.path.join(config.APP_DIR, "iccid") # if os.path.exists(marker_path): - # return False # + # return False #让iccid一直提交 iccid_val = self.get_4g_mccid() login_data["iccid"] = iccid_val if iccid_val is not None else "" return True