From 22b40566c4c8b33ff589fad3f37c7f886bfbc32c Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 28 Nov 2023 17:10:29 +0100 Subject: [PATCH] farm3update --- raidfarm3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raidfarm3.py b/raidfarm3.py index 3047af6..8cad3a4 100644 --- a/raidfarm3.py +++ b/raidfarm3.py @@ -134,7 +134,7 @@ if __name__ == "__main__": last_hourly_screenshot_time = current_time # Check for disconnects every minute to handle reconnections more promptly - if current_time.minute % 1 == 0 and current_time.second < 10: # Check within the first 10 seconds of every minute + if current_time.minute % 70 == 0 and current_time.second < 10: # Check within the first 10 seconds of every minute handle_disconnect() time.sleep(0.645) # Time interval between clicks