summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-21 21:55:27 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-21 21:55:27 +0100
commit7ad527d925f45c533a53a871dc18c294624d0b5f (patch)
tree0f6a91bfb4625b9132ff43b7de5b0d2af1231008 /module/PluginThread.py
parentFreenode Verification: freenodeX45dmg.ver (diff)
downloadpyload-7ad527d925f45c533a53a871dc18c294624d0b5f.tar.xz
partial integrated new dl backend (completly unusable atm)
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r--module/PluginThread.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py
index 6950ec8d7..d997fcde5 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -108,7 +108,7 @@ class PluginThread(Thread):
def clean(self, pyfile):
""" set thread unactive and clean pyfile """
- pyfile.plugin.req.clean()
+ #pyfile.plugin.req.clean()
self.active = False
pyfile.release()
@@ -267,7 +267,7 @@ class DownloadThread(PluginThread):
self.m.log.info(_("Download finished: %s") % pyfile.name)
- pyfile.plugin.req.clean()
+ #pyfile.plugin.req.clean()
self.m.core.hookManager.downloadFinished(pyfile)