mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Forgot to setDaemon.
This commit is contained in:
parent
0e70115376
commit
5300aff306
@ -151,6 +151,7 @@ class MarkovWorkQueue(threading.Thread):
|
||||
self.db = MarkovDB(*args, **kwargs)
|
||||
self.q = Queue.Queue()
|
||||
self.killed = False
|
||||
self.setDaemon(True)
|
||||
self.start()
|
||||
|
||||
def die(self):
|
||||
|
Loading…
Reference in New Issue
Block a user