From 5c032b443c9056711a95546e91d38baf460f394b Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 3 Apr 2024 08:23:32 +0200 Subject: [PATCH] .051 --- raidfarm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raidfarm.py b/raidfarm.py index c4d1cbb..14fbd7f 100644 --- a/raidfarm.py +++ b/raidfarm.py @@ -11,5 +11,5 @@ time.sleep(10) # Continuously perform left clicks every 0.645 seconds while True: click() - time.sleep(0.645) # Wait for 0.645 seconds before the next click + time.sleep(0.651) # Wait for 0.645 seconds before the next click