miglioramenti vari updater + fix definitivo android

This commit is contained in:
mac12m99
2019-07-13 18:24:40 +02:00
parent bb903c6d87
commit 0564d46bcf
2 changed files with 21 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)