Update the exit message.

This commit is contained in:
2023-12-13 14:08:01 +02:00
parent 4abb4c35e6
commit 6bd8219a9f
+1 -1
View File
@@ -55,5 +55,5 @@ def up(
asyncio.run(server.up())
except KeyboardInterrupt:
console = Console()
console.print('[green b][INFO][/] bye[/]')
console.print('[yellow b][INFO][/] [green b]bye[/]')
sys.exit(0)