mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-07 22:45:47 +01:00
Update plugin.py
This commit is contained in:
@@ -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.')
|
||||
|
||||
Reference in New Issue
Block a user