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