Update plugin.py

This commit is contained in:
gutosie
2021-12-07 14:26:09 +02:00
committed by GitHub
parent 5a1091dd19
commit c13a2fe8f1

View File

@@ -754,7 +754,9 @@ class NeoBootImageChoose(Screen):
if getCheckActivateVip() != getBoxMacAddres():
self['label22'] = Label('Ethernet MAC not found !')
if not fileExists('/usr/lib/periodon/.kodn'):
self['label22'] = Label('PRESS VIP PIN CODE NOW: xxxx')
self['label22'] = Label('PRESS VIP PIN CODE NOW: xxxx')
if getTestToTest() != UPDATEVERSION:
self['label22'] = Label('Update ' + getTestToTest() + ' is available!!!')
self['actions'] = ActionMap(['WizardActions',
'ColorActions',
'MenuActions',