diff --git a/src/ragnar/cli.py b/src/ragnar/cli.py index 1935fe1..c82ea1f 100644 --- a/src/ragnar/cli.py +++ b/src/ragnar/cli.py @@ -28,7 +28,7 @@ def bot_task(username, password): bot.fight() except Exception as ex: log.critical(ex, exc_info=True) - break + await asyncio.sleep(1) def main():