cookie问题推送修改

This commit is contained in:
Womsxd 2022-03-10 16:17:05 +08:00
parent e1ce375f72
commit 030ed2725b
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68

View File

@ -85,7 +85,8 @@ if __name__ == "__main__":
try:
status_code, message = main()
except CookieError:
status_code = 0
status_code = 1
message = "账号Cookie出错"
log.error("账号Cookie有问题")
push.push(status_code, message)
pass