Split adjuster into own program

This commit is contained in:
Fabian Dill
2021-02-19 19:08:11 +01:00
parent fca64f1177
commit 12222d5a4c
6 changed files with 307 additions and 386 deletions

View File

@@ -25,7 +25,7 @@ class BackgroundTask(object):
def stop(self):
self.running = False
#safe to call from worker
# safe to call from worker
def queue_event(self, event):
self.queue.put(event)