more error handling

This commit is contained in:
Wolfgang Hottgenroth
2022-02-04 23:06:43 +01:00
parent 04b48f75a3
commit afaccc96d6

View File

@ -27,4 +27,6 @@ class MqttPublish(AbstractMqttPublisher):
if self.killBill:
logger.error("killbill received")
break
except Exception as e:
logger.error(f"Exception {type(e)} received in MQTT local loop: {e}")