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"):