From 6cf383248642b37289f5735c40f86d3042df2127 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 6 Dec 2021 19:28:21 +0200 Subject: [PATCH] Update unpack.py --- NeoBoot/unpack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/unpack.py b/NeoBoot/unpack.py index 06528cb..1384f81 100644 --- a/NeoBoot/unpack.py +++ b/NeoBoot/unpack.py @@ -30,7 +30,7 @@ from os import system, listdir, mkdir, chdir, getcwd, rename as os_rename, remov from os.path import dirname, isdir, isdir as os_isdir import os import time -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: