mirror of https://github.com/coddrago/Heroku
Update utils.py
parent
49eb0b151d
commit
5ca5b0c027
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue