more error handling
This commit is contained in:
@ -27,4 +27,6 @@ class MqttPublish(AbstractMqttPublisher):
|
|||||||
if self.killBill:
|
if self.killBill:
|
||||||
logger.error("killbill received")
|
logger.error("killbill received")
|
||||||
break
|
break
|
||||||
|
except Exception as e:
|
||||||
|
logger.error(f"Exception {type(e)} received in MQTT local loop: {e}")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user