Update tools.py

This commit is contained in:
gutosie
2022-02-07 12:53:45 +02:00
committed by GitHub
parent 60ea508c4a
commit 001641b396

View File

@@ -273,7 +273,7 @@ class MBTools(Screen):
self.list.append(res)
self['list']. list = self.list
if "vu" + getBoxVuModel() == getBoxHostName() or getBoxHostName() == "et5x00 " and getCPUtype() == "MIPS" and not fileExists('/.multinfo'):
if "vu" + getBoxVuModel() == getBoxHostName() or getBoxHostName() == "et5x00" and getCPUtype() == "MIPS" and not fileExists('/.multinfo'):
res = (_('Boot Managers.'), png, 26)
self.list.append(res)
self['list']. list = self.list