Skip to content

Commit

Permalink
Update czgmyd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LinxiDev authored Aug 24, 2023
1 parent f8bf219 commit cb1cb70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions czgmyd.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ def WxSend(project, status, content,turl):
}
result = ss.post(tsurl, json=data).json()
print(f"微信消息推送: {result['msg']}")
if result['msg'] == "林夕推送助手: 微信API每日调用已上限!":
print(f"请手动完成验证吧: {tsurl}")

for cookie in cookie_list:
headers["Cookie"]=cookie
Expand Down

0 comments on commit cb1cb70

Please sign in to comment.