summaryrefslogtreecommitdiffstats
path: root/module/pyunrar.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-26 16:42:52 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-26 16:42:52 +0200
commit9f1e50de4a446d6661fb6b89f058c8f2fd319e68 (patch)
tree7baf47b107fb8a9d145009319707afa1023255de /module/pyunrar.py
parentprocess renice (diff)
downloadpyload-9f1e50de4a446d6661fb6b89f058c8f2fd319e68.tar.xz
closed #166, #169, #173, #174
Diffstat (limited to 'module/pyunrar.py')
-rw-r--r--module/pyunrar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/pyunrar.py b/module/pyunrar.py
index 01dc40a75..a01cb633a 100644
--- a/module/pyunrar.py
+++ b/module/pyunrar.py
@@ -94,6 +94,7 @@ class Unrar():
self.encrypted = None
self.headerEncrypted = None
self.smallestFiles = None
+ self.biggestFiles = {"size" : 0}
self.password = None
if not tmpdir:
self.tmpdir = mkdtemp()