mirror of
https://github.com/correl/SleekXMPP.git
synced 2025-03-10 17:00:12 -09:00
Merge branch 'master' into hacks
This commit is contained in:
commit
3a2f989c5e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Scheduler(object):
|
|||
if updated: self.schedule = sorted(self.schedule, key=lambda task: task.next)
|
||||
except KeyboardInterrupt:
|
||||
self.run = False
|
||||
logging.debug("Qutting Scheduler thread")
|
||||
logging.debug("Quitting Scheduler thread")
|
||||
if self.parentqueue is not None:
|
||||
self.parentqueue.put(('quit', None, None))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue