make sure downloaded zip gets removed after update

This commit is contained in:
Stefan Schmidt-Bilkenroth 2021-06-10 10:30:24 +02:00
parent b2029e4e10
commit 12a48942f0

View file

@ -155,6 +155,7 @@ class RemoteData:
#remove old data
shutil.rmtree(localPath+".old", True, None)
localPathExists = True
return True
# this class creates an invisible window to catch keboard events
class HiddenRoot(tk.Tk):