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:
|
if main.IS_TOTHOST:
|
||||||
return "☁️ ToTHost"
|
return "☁️ ToTHost"
|
||||||
|
|
||||||
|
if main.IS_AEZA:
|
||||||
|
return "🛡 Aeza"
|
||||||
|
|
||||||
if main.IS_GOORM:
|
if main.IS_GOORM:
|
||||||
return "🦾 GoormIDE"
|
return "🦾 GoormIDE"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue