Update plugin.py

This commit is contained in:
gutosie
2021-12-05 07:36:33 +02:00
committed by GitHub
parent bc1b3734d3
commit c8fa8220d0

View File

@@ -750,7 +750,9 @@ class NeoBootImageChoose(Screen):
self['label21'] = Label('On - VIP')
else:
self['label21'] = Label('Off - VIP')
if not fileExists('/usr/lib/periodon/.kodn'):
if getCheckActivateVip() == getBoxMacAddres():
pass
elif not fileExists('/usr/lib/periodon/.kodn'):
self['label22'] = Label('PRESS VIP PIN CODE NOW: xxxx')
self['actions'] = ActionMap(['WizardActions',
'ColorActions',