From bdd63224c2d3760a0ded8be2b354abc139a1e858 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 3 Jun 2011 00:29:40 +0200 Subject: wupload fix --- module/PluginThread.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/PluginThread.py') diff --git a/module/PluginThread.py b/module/PluginThread.py index 007a17ef1..4f138f858 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -409,8 +409,7 @@ class HookThread(PluginThread): def run(self): self.f(self.active) - - + self.m.localThreads.remove(self) if isinstance(self.active, PyFile): self.active.finishIfDone() -- cgit v1.2.3