From 32f750d92eaf5479171551a74aee736a8b5a53bb Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 17 Dec 2024 14:47:11 +0100 Subject: [PATCH] Removed await. --- 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 3e872cb..9f87ea2 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) - await asyncio.sleep(1) + def main():