From 3943cb7621189f1dc9cd2de77b318da513149803 Mon Sep 17 00:00:00 2001 From: Armin Date: Tue, 14 Apr 2015 17:55:37 +0200 Subject: fix typo --- pyload/manager/thread/Download.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyload/manager/thread/Download.py') diff --git a/pyload/manager/thread/Download.py b/pyload/manager/thread/Download.py index fc76b655e..21db61ca4 100644 --- a/pyload/manager/thread/Download.py +++ b/pyload/manager/thread/Download.py @@ -39,6 +39,7 @@ class DownloadThread(PluginThread): while True: del pyfile + self.active = False # sets the thread inactive when it is ready to get next job self.active = self.queue.get() pyfile = self.active -- cgit v1.2.3