Replace ASCII logo with styled text logo

This commit is contained in:
SteadyW 2026-06-22 18:26:57 +03:00 committed by GitHub
parent 2f7debb7d6
commit cacf262d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -673,11 +673,13 @@ async def websocket_endpoint(websocket: WebSocket):
ASCII_LOGO = "\033[36m" + r"""
_ ____ ____ ___ _ ___ _ _ _____
/ \ / ___| / ___|_ _| | |_ _| \ | | ____|
/ _ \ \___ \| | | || | | || \| | _|
/ ___ \ ___) | |___ | || |___ | || |\ | |___
/_/ \_\____/ \____|___|_____|___|_| \_|_____|
""" + "\033[0m"
HELP_TEXT = "\033[1;37m" + """