From 636ba06c1272bdef22357c47f7c3c29bdd9802ce Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 3 Feb 2022 10:15:05 +0200 Subject: [PATCH] Update stbbranding.py --- NeoBoot/files/stbbranding.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index f909290..68fc1a8 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -1103,4 +1103,10 @@ def getMyUUID(): return _('unavailable') +def getImageBootNow(): + try: + return open('/.multinfo').read().strip().upper() + except: + return _('unknown') + boxbrand = sys.modules[__name__]