From 34abf2d5997009ba1f738456e6e3d87a7b96b3fe Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 20 Feb 2021 22:10:25 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 26391ba..00aeef9 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -827,7 +827,7 @@ class NeoBootImageChoose(Screen): if fileExists('/tmp/ver.txt'): os.system('mv /tmp/ver.txt /tmp/.nkod ;cd /') else: - pass + os.system(_('echo %s > /tmp/.nkod') % PLUGINVERSION) def DownloadImageOnline(self): @@ -1630,4 +1630,4 @@ def Plugins(**kwargs): list.append(PluginDescriptor(name=_('NEOBOOT'), where=PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=main)) return list -####################### _q(-_-)p_ gutosie _q(-_-)p_ ####################### \ No newline at end of file +####################### _q(-_-)p_ gutosie _q(-_-)p_ #######################