diff options
author | mkaay <mkaay@mkaay.de> | 2010-08-13 13:09:21 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-08-13 13:09:21 +0200 |
commit | dae3ed77f3a36ba81c051bc3f47bdaeabcc4f129 (patch) | |
tree | 1fbb1516d50783f9d246fc31402c12d00dbcd209 /module/plugins/hooks | |
parent | unrar hook :D, account fix, other fixes (diff) | |
download | pyload-dae3ed77f3a36ba81c051bc3f47bdaeabcc4f129.tar.xz |
recaptcha + new crypter lof.cc
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 82c99a575..7cc73f265 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") |