From caa2fd68ca1124ae54eac4c1ff92249d577f05b7 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 17 Dec 2024 13:57:31 +0100 Subject: [PATCH] Replaced break. --- src/ragnar/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():