From 7ad527d925f45c533a53a871dc18c294624d0b5f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 21 Dec 2010 21:55:27 +0100 Subject: partial integrated new dl backend (completly unusable atm) --- module/PluginThread.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/PluginThread.py') 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) -- cgit v1.2.3