Update plugin.py

This commit is contained in:
gutosie
2021-04-09 13:29:17 +03:00
committed by GitHub
parent 7f008357f4
commit 76af32e13d

View File

@@ -1579,7 +1579,7 @@ def main(session, **kwargs):
if fileExists('/tmp/ver.txt'): if fileExists('/tmp/ver.txt'):
os.system('mv /tmp/ver.txt /tmp/.nkod ;cd /') os.system('mv /tmp/ver.txt /tmp/.nkod ;cd /')
else: 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 from Plugins.Extensions.NeoBoot.files.stbbranding import getCheckInstal1, getCheckInstal2, getCheckInstal3
if fileExists('/tmp/error_neo') : if fileExists('/tmp/error_neo') :
if fileExists('/tmp/error_neo'): if fileExists('/tmp/error_neo'):