Changed interval.
Some checks failed
Build Ragnar anti spam bot / Build (push) Has been cancelled

This commit is contained in:
retoor 2024-12-17 13:58:20 +01:00
parent caa2fd68ca
commit 34b705f049

View File

@ -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()