diff options
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index f72e94eaf..4c1d93af2 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -108,8 +108,7 @@ class PluginThread(Thread): f.close() def clean(self, pyfile): - """ set thread unactive and clean pyfile """ - pyfile.plugin.req.clean() + """ set thread unactive and release pyfile """ self.active = False pyfile.release() |