This commit is contained in:
deckensteuerung 2018-08-24 20:14:51 +02:00
commit 984929bdd9

View File

@ -192,7 +192,7 @@ class AppRunner(threading.Thread):
logging.debug("Exception in Apprunner.run")
self.watchdog.join()
self.serial.join()
logreader.join()
self.logreader.join()
if config.UseGui:
self.gui.join()
logging.info("Close Apprunner")