From f9123889f2ba313e6a26c2f1ba379f33eb166d2c Mon Sep 17 00:00:00 2001 From: yrx Date: Thu, 14 May 2026 08:53:31 +0800 Subject: [PATCH] =?UTF-8?q?iccx=E6=8F=90=E4=BA=A4=E5=BE=AA=E7=8E=AF?= 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 bb37cd7..2936bbc 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_val = self.get_4g_mccid() login_data["iccid"] = iccid_val if iccid_val is not None else "" return True