mirror of https://github.com/coddrago/Heroku
added userland in info
parent
2d42ef6fd0
commit
4881b09baa
|
@ -99,6 +99,7 @@ IS_SERV00 = "serv00" in socket.gethostname()
|
|||
IS_TOTHOST = "TOTHOST" in os.environ
|
||||
IS_AEZA = "aeza" in socket.gethostname()
|
||||
IS_DJHOST = "IS_DJHOST" in os.environ
|
||||
IS_USERLAND = "userland" in os.environ
|
||||
IS_WSL = False
|
||||
with contextlib.suppress(Exception):
|
||||
from platform import uname
|
||||
|
|
Loading…
Reference in New Issue