Update plugin.py

This commit is contained in:
gutosie
2021-02-20 22:10:25 +02:00
committed by GitHub
parent b438764bd9
commit 34abf2d599

View File

@@ -827,7 +827,7 @@ class NeoBootImageChoose(Screen):
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:
pass os.system(_('echo %s > /tmp/.nkod') % PLUGINVERSION)
def DownloadImageOnline(self): def DownloadImageOnline(self):