Skip to content

Commit

Permalink
Remove unnecessary time.sleep in sign_up_account function
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng zhen committed Feb 1, 2025
1 parent 7f3b68c commit 65c288f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cursor_pro_keep_alive.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def sign_up_account(browser, tab):
logging.error(f"密码设置失败: {str(e)}")
return False

time.sleep(random.uniform(1, 3))
if tab.ele("This email is not available."):
logging.error("注册失败:邮箱已被使用")
return False
Expand Down

0 comments on commit 65c288f

Please sign in to comment.