diff --git a/src/ragnar/cli.py b/src/ragnar/cli.py index c82ea1f..3e872cb 100644 --- a/src/ragnar/cli.py +++ b/src/ragnar/cli.py @@ -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()