This commit is contained in:
parent
caa2fd68ca
commit
34b705f049
@ -20,7 +20,7 @@ def bot_task(username, password):
|
||||
log.info(f"Created new bot runniner. Username: {username}")
|
||||
while True:
|
||||
|
||||
time.sleep(random.randint(1, 120))
|
||||
time.sleep(random.randint(1, 50))
|
||||
bot = Bot(username=username, password=password)
|
||||
bot.login()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user