Update tools.py

This commit is contained in:
gutosie
2022-02-02 20:39:57 +02:00
committed by GitHub
parent 36413a6274
commit 1efd28fe60

View File

@@ -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