diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-26 16:42:52 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-26 16:42:52 +0200 |
commit | 9f1e50de4a446d6661fb6b89f058c8f2fd319e68 (patch) | |
tree | 7baf47b107fb8a9d145009319707afa1023255de /module/pyunrar.py | |
parent | process renice (diff) | |
download | pyload-9f1e50de4a446d6661fb6b89f058c8f2fd319e68.tar.xz |
Diffstat (limited to 'module/pyunrar.py')
-rw-r--r-- | module/pyunrar.py | 1 |
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() |