From 3395c619bcc2c554d086e9a83ca4a3ae5915194c Mon Sep 17 00:00:00 2001 From: Emi Date: Sat, 5 Jul 2025 23:04:44 -0300 Subject: [PATCH] new comment --- script.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script.py b/script.py index e337d06..e1be552 100644 --- a/script.py +++ b/script.py @@ -14,6 +14,7 @@ if browser_loc: pgui.moveTo(browser_loc, duration=0.2) time.sleep(0.2) pgui.click() + # Change the time depending on how long it takes to open your browser time.sleep(2) else: print("Browser icon not found.")