summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-06 23:03:27 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-06 23:03:27 +0200
commit0fb91abfb85e0ca394ae9ed1c3bf857ac0f7a2e2 (patch)
tree7a7b0118aeeba444cbb9c22716d1807f6b199997 /module/PluginThread.py
parentdecrypter retry fix, status fix with pycurl error (diff)
downloadpyload-0fb91abfb85e0ca394ae9ed1c3bf857ac0f7a2e2.tar.xz
pycurl cleanup
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py
index c9f353dea..296b51bb3 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -336,7 +336,7 @@ class DecrypterThread(PluginThread):
except Retry:
self.m.log.info(_("Retrying %s") % self.active.name)
- self.active.plugin.preprocessing(self)
+ return self.active.plugin.preprocessing(self)
except Exception, e: