feat: Add GitHub project link in Turnstile verification error logging

This commit is contained in:
cheng zhen
2025-02-13 21:49:45 +08:00
parent 458465770d
commit 15541a9590

View File

@@ -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