From 360bba198b3bc764118962a705ee55da09be7637 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 6 Dec 2021 19:29:40 +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 e26fb6e..209b975 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -39,7 +39,7 @@ import time import sys import struct import shutil -if fileExists('/etc/vtiversion.info') or fileExists('/etc/bhversion') or fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.9') and fileExists('/.multinfo'): +if fileExists('/etc/vtiversion.info') or fileExists('/etc/bhversion') or fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.9') : from Screens.Console import Console else: try: