diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-25 11:38:11 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-25 11:38:11 +0100 |
commit | e70ba609af6793e26857d88e496860114ccac103 (patch) | |
tree | ae2ab2892e88b640b8ff6d7ed02417431f6efdcc /module/PluginThread.py | |
parent | catch socket exceptions (diff) | |
download | pyload-e70ba609af6793e26857d88e496860114ccac103.tar.xz |
cleanup stuff
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 2 |
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() |