From db634f0d9529e35077941521476aa8ddd4dbf570 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 24 Nov 2025 13:14:55 +0200 Subject: [PATCH] Update stbbranding.py --- NeoBoot/files/stbbranding.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index 8e170b7..228420e 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -576,13 +576,14 @@ def getVuModel(): procmodel = f.readline().strip() f.close() model = procmodel.title().replace("olose", "olo SE").replace( - "olo2se", "olo2 SE").replace("2", "²") + "olo2se", "olo2 SE").replace("2", "²") return model except Exception: pass return "unknown" + def getBoxHostName(): try: if os.path.exists("/etc/hostname"):