always send iccid

This commit is contained in:
yrx
2026-05-13 18:46:22 +08:00
parent 4ea15567c2
commit 9fd1c961e4

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