a comment

This commit is contained in:
Wolfgang Hottgenroth 2021-10-23 20:48:06 +02:00
parent a4adc5ef15
commit 913382fff3
Signed by: wn
GPG Key ID: E49AF3B9EF6DD469

View File

@ -34,6 +34,7 @@ masterSubscriber = GenericMqttSubscriber(config, "master", masterQueue)
masterSubscriber.start()
logger.debug("MasterSubscriber started")
# ------------------------------------------------------------------------------
threading.excepthook = exceptHook
logger.debug("Threading excepthook set")