mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
Merge branch 'develop' into roster
This commit is contained in:
commit
b9bf30e095
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ class Scheduler(object):
|
||||||
if threaded:
|
if threaded:
|
||||||
self.thread = threading.Thread(name='sheduler_process',
|
self.thread = threading.Thread(name='sheduler_process',
|
||||||
target=self._process)
|
target=self._process)
|
||||||
|
self.thread.daemon = True
|
||||||
self.thread.start()
|
self.thread.start()
|
||||||
else:
|
else:
|
||||||
self._process()
|
self._process()
|
||||||
|
|
Loading…
Reference in a new issue