diff --git a/network.py b/network.py index f7ccbe7..fd7b1f4 100644 --- a/network.py +++ b/network.py @@ -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一直提交 iccid_val = self.get_4g_mccid() login_data["iccid"] = iccid_val if iccid_val is not None else "" return True