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