Merge branch 'master' into hacks
This commit is contained in:
commit
3a2f989c5e
@ -76,7 +76,7 @@ class Scheduler(object):
|
|||||||
if updated: self.schedule = sorted(self.schedule, key=lambda task: task.next)
|
if updated: self.schedule = sorted(self.schedule, key=lambda task: task.next)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
self.run = False
|
self.run = False
|
||||||
logging.debug("Qutting Scheduler thread")
|
logging.debug("Quitting Scheduler thread")
|
||||||
if self.parentqueue is not None:
|
if self.parentqueue is not None:
|
||||||
self.parentqueue.put(('quit', None, None))
|
self.parentqueue.put(('quit', None, None))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user