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):
|
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.')
|
||||||
|
|||||||
Reference in New Issue
Block a user