From 7e0cdc687b41be8eeeeac7124b347ef3075552a9 Mon Sep 17 00:00:00 2001 From: Syed Date: Wed, 18 Dec 2024 13:00:42 +0530 Subject: [PATCH] template code clean up --- superagentx_cli/templates/wspipe.py.jinja2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superagentx_cli/templates/wspipe.py.jinja2 b/superagentx_cli/templates/wspipe.py.jinja2 index 2be9b6c..3fbaff5 100644 --- a/superagentx_cli/templates/wspipe.py.jinja2 +++ b/superagentx_cli/templates/wspipe.py.jinja2 @@ -36,8 +36,8 @@ async def main(): await ws_pipe.start() -if __name__ =='__main__': +if __name__ == '__main__': try: asyncio.run(main()) except (KeyboardInterrupt, asyncio.CancelledError): - rprint("\nUser canceled the [bold yellow][i]pipe[/i]!"){{'\n'}} \ No newline at end of file + rprint("\nUser canceled the [bold yellow][i]pipe[/i]!"){{'\n'}}