Update stbbranding.py

This commit is contained in:
gutosie
2025-11-24 13:14:55 +02:00
committed by GitHub
parent 5729f86ca0
commit db634f0d95

View File

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