iccx提交循环

This commit is contained in:
yrx
2026-05-14 09:00:54 +08:00
parent f9123889f2
commit 8b580fc732

View File

@@ -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