summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-11-14 14:08:38 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-11-14 14:08:38 +0100
commited3b4cd5e100b5df44b45c55a00d49b208cb0a11 (patch)
tree5f1a9ea5ae0cc7507413aeb707a92c277ada7e65 /module/PluginThread.py
parentprevent more than one pyload instance, -q, --quit option (diff)
downloadpyload-ed3b4cd5e100b5df44b45c55a00d49b208cb0a11.tar.xz
LinkList fix, update fix, crypter fix
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py3
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()