From 765c3626bc1595518508b4d5d32297f0a8b3ba09 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 2 Mar 2021 21:06:43 +0200 Subject: [PATCH] Add files via upload --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 538481e..ae4792e 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -919,7 +919,7 @@ class NeoBootImageChoose(Screen): except: False - if not fileExists('/tmp/.finishdate') or not fileExists('/tmp/.nkod') : + if not fileExists('/tmp/.finishdate') or not fileExists('/tmp/.nkod') or fileExists('/.multinfo') : if checkInternet(): pass else: