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