Mining script correctly waits.
This commit is contained in:
parent
336336fa35
commit
d68850b1ff
|
|
@ -2,6 +2,7 @@ from super_bot import SuperBot, hours
|
||||||
|
|
||||||
timer = hours(2)
|
timer = hours(2)
|
||||||
bot = SuperBot()
|
bot = SuperBot()
|
||||||
|
bot.super_random_sleep(5_000, 6_000)
|
||||||
curson_location = bot.mouse.position
|
curson_location = bot.mouse.position
|
||||||
|
|
||||||
while timer.ongoing():
|
while timer.ongoing():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue