mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-03 20:55:47 +01:00
Update plugin.py
This commit is contained in:
@@ -1294,7 +1294,7 @@ class NeoBootImageChoose(Screen):
|
|||||||
mess = _('Sorry cannot open neo menu. Access Fails with Error code 0x50.')
|
mess = _('Sorry cannot open neo menu. Access Fails with Error code 0x50.')
|
||||||
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
||||||
elif not fileExists('/.multinfo'):
|
elif not fileExists('/.multinfo'):
|
||||||
if getTestIn() == getTestOut() and getCheckActivateVip() == getBoxMacAddres():
|
if getTestIn() == getTestOut() :
|
||||||
if ('1234%s' % getTestToTest()) == getAccessN():
|
if ('1234%s' % getTestToTest()) == getAccessN():
|
||||||
if (getSupportedTuners()) == (getBoxHostName()):
|
if (getSupportedTuners()) == (getBoxHostName()):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user