Merge branch 'master' of https://git.chaospott.de/andreas/pixelserver2
This commit is contained in:
commit
984929bdd9
2
main.py
2
main.py
@ -192,7 +192,7 @@ class AppRunner(threading.Thread):
|
|||||||
logging.debug("Exception in Apprunner.run")
|
logging.debug("Exception in Apprunner.run")
|
||||||
self.watchdog.join()
|
self.watchdog.join()
|
||||||
self.serial.join()
|
self.serial.join()
|
||||||
logreader.join()
|
self.logreader.join()
|
||||||
if config.UseGui:
|
if config.UseGui:
|
||||||
self.gui.join()
|
self.gui.join()
|
||||||
logging.info("Close Apprunner")
|
logging.info("Close Apprunner")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user