diff --git a/PT/pt_config.toml b/PT/pt_config.toml index 53d425d..11d14be 100644 --- a/PT/pt_config.toml +++ b/PT/pt_config.toml @@ -158,7 +158,7 @@ label = "动漫、综艺、电视剧" [hdmayi] url = "https://hdmayi.com" -cookie = "Hm_lvt_6d8ca12c6bcfbd37eefefe2acf29b40d=1701424866; c_secure_uid=MjcyODg%3D; c_secure_pass=4e745ac26cb64631db97c605af6eef25; c_secure_ssl=eWVhaA%3D%3D; c_secure_tracker_ssl=eWVhaA%3D%3D; c_secure_login=bm9wZQ%3D%3D; Hm_lpvt_6d8ca12c6bcfbd37eefefe2acf29b40d=1701832678" +cookie = "" level = 4 diff --git a/PT/pt_operation.py b/PT/pt_operation.py index f525329..d0db79d 100644 --- a/PT/pt_operation.py +++ b/PT/pt_operation.py @@ -58,6 +58,8 @@ class PtOperation: time.sleep(2) else: logger.error(f"{res_txt} 5次出现错误,请关注!!!") + pushme("签到错误提示:" + section_name, res_txt) + pushplus_bot("签到错误提示:" + section_name, res_txt) self.headers["cookie"] = "" def signup(self, section_name, url):