Update plugin.py

This commit is contained in:
gutosie
2022-01-22 22:27:51 +02:00
committed by GitHub
parent 80e2ee4fb1
commit 244eadfcc2

View File

@@ -52,8 +52,8 @@ if not fileExists('/etc/vtiversion.info') and not fileExists('/etc/bhversion') a
else: else:
from Screens.Console import Console from Screens.Console import Console
loggscrash = time.localtime(time.time()) loggscrash = time.localtime(time.time())
PLUGINVERSION = '9.46' PLUGINVERSION = '9.47'
UPDATEVERSION = '9.46' UPDATEVERSION = '9.47'
UPDATEDATE = '"+%Y11%d"' UPDATEDATE = '"+%Y11%d"'
LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'