From a7921b00eadbee348efd1c1855e96ead7d0ce7fe Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 19 Jun 2021 21:50:28 +0300 Subject: [PATCH] fix atv 7 --- NeoBoot/files/neoreboot | 2 +- NeoBoot/files/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/files/neoreboot b/NeoBoot/files/neoreboot index 0f6dfbf..fbca598 100644 --- a/NeoBoot/files/neoreboot +++ b/NeoBoot/files/neoreboot @@ -28,7 +28,7 @@ import os import time import sys import struct, shutil -if fileExists('/etc/vtiversion.info') or fileExists('/usr/lib/python3.8') and fileExists('/.multinfo'): +if fileExists('/etc/vtiversion.info') or fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.8') or fileExists('/usr/lib/python3.9') and fileExists('/.multinfo'): from Screens.Console import Console else: from Plugins.Extensions.NeoBoot.files.neoconsole import Console diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index c46d1c5..6880e95 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') and fileExists('/.multinfo'): +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'): from Screens.Console import Console else: try: