diff options
author | mkaay <mkaay@mkaay.de> | 2010-08-13 13:13:44 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-08-13 13:13:44 +0200 |
commit | 8851a45a84576f59796361734ca86fd3344c573c (patch) | |
tree | 07094546739664359d2e6e2bd2acb748626f07cb /module/plugins/hooks | |
parent | Merge (diff) | |
parent | recaptcha + new crypter lof.cc (diff) | |
download | pyload-8851a45a84576f59796361734ca86fd3344c573c.tar.xz |
merge
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r-- | module/plugins/hooks/UnRar.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/hooks/UnRar.py b/module/plugins/hooks/UnRar.py index 30cda62af..38a5a55e8 100644 --- a/module/plugins/hooks/UnRar.py +++ b/module/plugins/hooks/UnRar.py @@ -121,4 +121,5 @@ class UnRar(Hook): self.removeFiles(pack, fname) finally: pyfile.alternativePercent = None + pyfile.setStatus("finished") |