diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-14 14:08:38 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-14 14:08:38 +0100 |
commit | ed3b4cd5e100b5df44b45c55a00d49b208cb0a11 (patch) | |
tree | 5f1a9ea5ae0cc7507413aeb707a92c277ada7e65 /module/PluginThread.py | |
parent | prevent more than one pyload instance, -q, --quit option (diff) | |
download | pyload-ed3b4cd5e100b5df44b45c55a00d49b208cb0a11.tar.xz |
LinkList fix, update fix, crypter fix
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index 9cce3a42e..20cb10a5b 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -308,7 +308,7 @@ class DecrypterThread(PluginThread): pyfile = self.active retry = False - + try: self.m.log.info(_("Decrypting starts: %s") % self.active.name) self.active.plugin.preprocessing(self) @@ -360,7 +360,6 @@ class DecrypterThread(PluginThread): finally: if not retry: - self.m.removeOccupiedCrypter(pyfile.pluginname) self.active.release() self.active = False self.m.core.files.save() |