Update plugin.py

This commit is contained in:
gutosie
2022-03-29 08:44:38 +03:00
committed by GitHub
parent 233f5db566
commit 728b63e88d

View File

@@ -973,6 +973,7 @@ class NeoBootImageChoose(Screen):
if fileExists('/usr/lib/python2.7'):
self.close_exit2()
else:
system('touch /tmp/.init_reboot')
self.close()
def close_exit2(self):
@@ -986,7 +987,7 @@ class NeoBootImageChoose(Screen):
self.close()
except:
False
self.close()
if not fileExists('/tmp/.finishdate') or not fileExists('/tmp/.nkod') or fileExists('/.multinfo'):
if checkInternet():