From b1828bd257e26d3dc66c56c8519db1282c78ad4a Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Wed, 29 Jul 2026 11:45:09 +0800 Subject: [PATCH] fix: correct 'occured' to 'occurred' typo in error message (run.py:93) --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index af592d1..05bf838 100644 --- a/run.py +++ b/run.py @@ -90,7 +90,7 @@ def checkCaptcha(): print ("Successfully completed captcha.") output = 1 else: - print("An error occured.") + print("An error occurred.") output = 0 pyautogui.moveTo(CLOSE_LOCATION) pyautogui.click()