summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
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)