diff --git a/cursor_pro_keep_alive.py b/cursor_pro_keep_alive.py index 3abd9a7..96965bd 100644 --- a/cursor_pro_keep_alive.py +++ b/cursor_pro_keep_alive.py @@ -291,7 +291,10 @@ def sign_up_account(browser, tab): print(e) handle_turnstile(tab) - time.sleep(8) + wait_time = random.randint(3, 6) + for i in range(wait_time): + print(f"等待中... {wait_time-i}秒") + time.sleep(1) tab.get(settings_url) try: usage_selector = (