misc small tweaks
This commit is contained in:
@@ -174,7 +174,7 @@ class Scheduler(object):
|
||||
self.run = False
|
||||
if self.parentstop is not None:
|
||||
self.parentstop.set()
|
||||
logging.debug("Qutting Scheduler thread")
|
||||
logging.debug("Quitting Scheduler thread")
|
||||
if self.parentqueue is not None:
|
||||
self.parentqueue.put(('quit', None, None))
|
||||
|
||||
|
Reference in New Issue
Block a user