修改了icc登录部分注释
This commit is contained in:
@@ -403,7 +403,7 @@ class NetworkManager:
|
|||||||
"""
|
"""
|
||||||
marker_path = os.path.join(config.APP_DIR, "iccid")
|
marker_path = os.path.join(config.APP_DIR, "iccid")
|
||||||
# if os.path.exists(marker_path):
|
# if os.path.exists(marker_path):
|
||||||
# return False #
|
# return False #让iccid一直提交
|
||||||
iccid_val = self.get_4g_mccid()
|
iccid_val = self.get_4g_mccid()
|
||||||
login_data["iccid"] = iccid_val if iccid_val is not None else ""
|
login_data["iccid"] = iccid_val if iccid_val is not None else ""
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user