added userland in info

pull/59/head
Who? 2025-01-03 15:08:35 +07:00 committed by GitHub
parent 2d42ef6fd0
commit 4881b09baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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