Fixed cleanup bug

This commit is contained in:
a_voel02 2018-08-24 16:38:30 +02:00
parent 996aeba044
commit 6c6648088e

View File

@ -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")