Mining script correctly waits.

This commit is contained in:
Filip Strajnar 2024-08-18 13:43:51 +02:00
parent 336336fa35
commit d68850b1ff

View file

@ -2,6 +2,7 @@ from super_bot import SuperBot, hours
timer = hours(2)
bot = SuperBot()
bot.super_random_sleep(5_000, 6_000)
curson_location = bot.mouse.position
while timer.ongoing():