Update plugin.py

This commit is contained in:
gutosie
2022-03-23 21:53:20 +02:00
committed by GitHub
parent 8054473eeb
commit 14ef7326b6

View File

@@ -52,7 +52,7 @@ if not fileExists('/etc/vtiversion.info') and not fileExists('/etc/bhversion') a
else:
from Screens.Console import Console
loggscrash = time.localtime(time.time())
PLUGINVERSION = '9.50'
PLUGINVERSION = '9.51'
UPDATEVERSION = '9.51'
UPDATEDATE = '"+%Y11%d"'
LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'
@@ -1808,7 +1808,7 @@ def main(session, **kwargs):
def menu(menuid, **kwargs):
if menuid == 'mainmenu':
return [(_('NeoBOOT'),
return [(_('N E O B O O T'),
main,
'neo_boot',
1)]