Update utils.py

pull/10/head
Who? 2024-11-13 16:15:07 +07:00 committed by GitHub
parent 49eb0b151d
commit 5ca5b0c027
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -920,6 +920,9 @@ def get_named_platform() -> str:
if main.IS_TOTHOST:
return "☁️ ToTHost"
if main.IS_AEZA:
return "🛡 Aeza"
if main.IS_GOORM:
return "🦾 GoormIDE"