Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadownc committed Sep 27, 2024
1 parent 04329bf commit 22e026b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/webpCloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def main():
print(f"HTTP 错误发生: {http_err}")
try:
error_content = response.json()
print(f"错误详情: {json.dumps(error_content, indent=2, ensure_ascii=False)}")
# 检查是否包含 "has checked in today"
message = error_content.get('messages', '')
if "has checked in today" in message:
Expand Down

0 comments on commit 22e026b

Please sign in to comment.