From 15541a959039f221262399bee2f35ca4cbb317ae Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Thu, 13 Feb 2025 21:49:45 +0800 Subject: [PATCH] feat: Add GitHub project link in Turnstile verification error logging --- cursor_pro_keep_alive.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cursor_pro_keep_alive.py b/cursor_pro_keep_alive.py index 7a1693a6..a2be1bfc 100644 --- a/cursor_pro_keep_alive.py +++ b/cursor_pro_keep_alive.py @@ -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