Add files via upload

This commit is contained in:
gutosie
2021-03-02 12:02:43 +02:00
committed by GitHub
parent 5d1f027c71
commit 3a51c2000f

View File

@@ -1684,7 +1684,10 @@ def main(session, **kwargs):
mypath2 = f2.readline().strip()
f2.close()
if mypath2 != 'Flash' or mypath2 == 'Flash' and checkimage():
if not fileExists('/.multinfo'):
if fileExists('/.multinfo'):
session.open(NeoBootImageChoose)
else:
if float(PLUGINVERSION) != version:
try:
session.open(MyUpgrade)