From 001641b396216888afec4f924863284ef5788ad7 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Feb 2022 12:53:45 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 73c0516..d2c43ca 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() 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