Compare commits
3 Commits
4ea15567c2
...
8b580fc732
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b580fc732 | ||
|
|
f9123889f2 | ||
|
|
9fd1c961e4 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user