run in daemon mode
This commit is contained in:
parent
e3fca7f32a
commit
3656f15599
|
|
@ -70,7 +70,7 @@ def run_enhancer():
|
|||
logger.info("Goodbye Enhancer")
|
||||
|
||||
def setup(app):
|
||||
thread = Thread(target=run_enhancer)
|
||||
thread = Thread(target=run_enhancer, daemon=True)
|
||||
thread.start()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue