diff --git a/cursor_pro_keep_alive.py b/cursor_pro_keep_alive.py index f2b2e6f..58e14d0 100644 --- a/cursor_pro_keep_alive.py +++ b/cursor_pro_keep_alive.py @@ -137,7 +137,9 @@ def handle_turnstile(tab, max_wait_time=60, retry_attempts=3): except Exception as e: logging.debug(f"处理验证时发生异常: {str(e)}") continue - + else: + logging.info("未检测到Turnstile验证") + return True time.sleep(1) except Exception as e: