Update the exit message.

main
KKlochko 1 year ago
parent 4abb4c35e6
commit 6bd8219a9f

@ -55,5 +55,5 @@ def up(
asyncio.run(server.up()) asyncio.run(server.up())
except KeyboardInterrupt: except KeyboardInterrupt:
console = Console() console = Console()
console.print('[green b][INFO][/] bye[/]') console.print('[yellow b][INFO][/] [green b]bye[/]')
sys.exit(0) sys.exit(0)

Loading…
Cancel
Save