diff options
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() |