summaryrefslogtreecommitdiffstats
path: root/module/PluginThread.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-25 11:38:11 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-25 11:38:11 +0100
commite70ba609af6793e26857d88e496860114ccac103 (patch)
treeae2ab2892e88b640b8ff6d7ed02417431f6efdcc /module/PluginThread.py
parentcatch socket exceptions (diff)
downloadpyload-e70ba609af6793e26857d88e496860114ccac103.tar.xz
cleanup stuff
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 eca00324a..20bef84df 100644
--- a/module/PluginThread.py
+++ b/module/PluginThread.py
@@ -110,7 +110,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()