cleanly shut down

This commit is contained in:
j 2014-08-09 20:32:41 +02:00
commit 4b790722ae
6 changed files with 37 additions and 14 deletions

View file

@ -50,6 +50,4 @@ class Downloads(Thread):
def join(self):
self._running = False
self._q.put(None)
return Thread.join(self)