Revert "Merge branch 'stable' of https://github.com/kodiondemand/addon into stable"

This reverts commit cf50d10a00, reversing
changes made to 4a695c096c.
This commit is contained in:
Alhaziel
2019-07-13 18:51:48 +02:00
parent cf50d10a00
commit cd19484c70
2 changed files with 92 additions and 21 deletions
-2
View File
@@ -3,7 +3,6 @@
# Zip Tools
# --------------------------------------------------------------------------------
import io
import os
import zipfile
@@ -18,7 +17,6 @@ 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)