Skip to content

Commit

Permalink
feat: Add GitHub project link in Turnstile verification error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng zhen committed Feb 13, 2025
1 parent 4584657 commit 15541a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cursor_pro_keep_alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ def handle_turnstile(tab, max_retries: int = 2, retry_interval: tuple = (1, 2))

# 超出最大重试次数
logging.error(f"验证失败 - 已达到最大重试次数 {max_retries}")
logging.error(
"请前往开源项目查看更多信息:https://github.com/chengazhen/cursor-auto-free"
)
save_screenshot(tab, "failed")
return False

Expand Down

0 comments on commit 15541a9

Please sign in to comment.