diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 10cfc6f..c7c8548 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -273,7 +273,7 @@ class MBTools(Screen): self.list.append(res) self['list']. list = self.list - if "vu" + getBoxVuModel() == getBoxHostName() and getCPUtype() == "MIPS" and not fileExists('/.multinfo'):: + if "vu" + getBoxVuModel() == getBoxHostName() and getCPUtype() == "MIPS" and not fileExists('/.multinfo'): res = (_('Boot Managers.'), png, 26) self.list.append(res) self['list']. list = self.list