fix threading (!?) plz test

This commit is contained in:
Armin 2026-06-19 17:16:09 +02:00
commit 475426cbe3
6 changed files with 56 additions and 39 deletions

View file

@ -194,6 +194,7 @@ def linspector():
log.critical('daemon error: {0}'.format(err))
sys.exit(1)
else:
linspector.start()
try:
signal.pause()
except KeyboardInterrupt: