From 8b580fc732fac9f8e660b1c2c827a644cb9163e3 Mon Sep 17 00:00:00 2001 From: yrx Date: Thu, 14 May 2026 09:00:54 +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 2936bbc..f7ccbe7 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