Update plugin.py

This commit is contained in:
gutosie
2022-04-01 10:22:54 +03:00
committed by GitHub
parent b106678d90
commit a0c8bad6fa

View File

@@ -1618,29 +1618,25 @@ class NeoBootImageChoose(Screen):
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
def bootIMG(self):
count = 0
for fn in listdir('' + getNeoLocation() + '/ImageBoot'):
dirfile = '' + getNeoLocation() + '/ImageBoot/' + fn
if os_isdir(dirfile):
count = count + 1
if count > 1:
myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button.')
self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
else:
self.bootIMG1()
def bootIMG1(self):
if getCheckActivateVip() == getBoxMacAddres():
self.bootIMG2()
elif not fileExists('/.multinfo'):
if ('1234%s' % getTestToTest()) == getAccessN():
self.bootIMG2()
else:
count = 0
for fn in listdir('' + getNeoLocation() + '/ImageBoot'):
dirfile = '' + getNeoLocation() + '/ImageBoot/' + fn
if os_isdir(dirfile):
count = count + 1
if count > 1:
myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button.')
self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO)
else:
self.bootIMG2()
else:
self.bootIMG2()
self.bootIMG2()
def bootIMG2(self):
self.mysel = self['config'].getCurrent()
if 'Flash' in self.mysel: