Update plugin.py

This commit is contained in:
gutosie
2021-11-29 15:37:02 +02:00
committed by GitHub
parent b082f36c63
commit cbc5932dcc

View File

@@ -1267,7 +1267,7 @@ class NeoBootImageChoose(Screen):
def mytools(self):
if not fileExists('/.multinfo'):
if getTestIn() == getTestOut():
if getTestIn() == getTestOut() and getCheckActivateVip() == getBoxMacAddres():
if getAccessN() == '1234':
if (getSupportedTuners()) == (getBoxHostName()):
try:
@@ -1368,7 +1368,7 @@ class NeoBootImageChoose(Screen):
else:
self.ImageInstallTestOK()
else:
if getTestIn() == getTestOut():
if getTestIn() == getTestOut() and getCheckActivateVip() == getBoxMacAddres():
self.ImageInstallTestOK()
else:
myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button or try to update.')