miglioramenti vari updater + fix definitivo android

This commit is contained in:
mac12m99
2019-07-11 20:48:41 +02:00
parent faf083a084
commit faee259868
2 changed files with 24 additions and 92 deletions
+2
View File
@@ -3,6 +3,7 @@
# Zip Tools
# --------------------------------------------------------------------------------
import io
import os
import zipfile
@@ -17,6 +18,7 @@ class ziptools:
if not dir.endswith(':') and not os.path.exists(dir):
os.mkdir(dir)
file = io.FileIO(file)
zf = zipfile.ZipFile(file)
if not folder_to_extract:
self._createstructure(file, dir)