added check for tothost server (lite, standard)

pull/61/head
Who? 2025-01-10 23:02:48 +07:00 committed by GitHub
parent c64ad4982d
commit 88f96b2f76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ def get_named_platform() -> str:
return "💎 Serv00" return "💎 Serv00"
if main.IS_TOTHOST: if main.IS_TOTHOST:
return "💘 ToTHost" return f"💘 ToTHost {os.environ['TOTHOST_RATE']}"
if main.IS_AEZA: if main.IS_AEZA:
return "🛡 Aeza" return "🛡 Aeza"