From 76af32e13df7f249cff6e75200ab967825f4de30 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 9 Apr 2021 13:29:17 +0300 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 9acb3cc..e65e269 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1579,7 +1579,7 @@ def main(session, **kwargs): if fileExists('/tmp/ver.txt'): os.system('mv /tmp/ver.txt /tmp/.nkod ;cd /') else: - os.system(_('echo %s > /tmp/.nkod') % PLUGINVERSION) + os.system(_('echo %s > /tmp/.nkod') % UPDATEVERSION) from Plugins.Extensions.NeoBoot.files.stbbranding import getCheckInstal1, getCheckInstal2, getCheckInstal3 if fileExists('/tmp/error_neo') : if fileExists('/tmp/error_neo'):