From 1e338a279aba747534fd1e7aedc8d7aec319f5f2 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 30 Dec 2013 19:52:29 +0100 Subject: show progress of decrypting and link checking, added indicator in link grabber --- pyload/threads/BaseThread.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pyload/threads/BaseThread.py') diff --git a/pyload/threads/BaseThread.py b/pyload/threads/BaseThread.py index 9b4e5af67..a370bd661 100644 --- a/pyload/threads/BaseThread.py +++ b/pyload/threads/BaseThread.py @@ -30,6 +30,10 @@ class BaseThread(Thread): def user(self): return primary_uid(self.owner) + def finished(self): + """ Remove thread from list """ + self.m.removeThread(self) + def getProgress(self): """ retrieves progress information about the current running task -- cgit v1.2.3