diff --git a/server.py b/server.py index 513d061..8b8cc57 100644 --- a/server.py +++ b/server.py @@ -183,7 +183,8 @@ async def main(): asyncio.run(main()) except KeyboardInterrupt as e: - print("Closed the program thank you for using it:)") + pass + # may also run in the command line idk yet