Compare commits

...

3 Commits

Author SHA1 Message Date
yrx
8b580fc732 iccx提交循环 2026-05-14 09:00:54 +08:00
yrx
f9123889f2 iccx提交循环 2026-05-14 08:53:31 +08:00
yrx
9fd1c961e4 always send iccid 2026-05-13 18:46:22 +08:00

View File

@@ -402,8 +402,8 @@ class NetworkManager:
bool: 本次登录是否携带了 iccid即成功后需要创建标记文件
"""
marker_path = os.path.join(config.APP_DIR, "iccid")
if os.path.exists(marker_path):
return False
# if os.path.exists(marker_path):
# return False #
iccid_val = self.get_4g_mccid()
login_data["iccid"] = iccid_val if iccid_val is not None else ""
return True