more error handling
This commit is contained in:
@ -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}")
|
||||
|
||||
|
Reference in New Issue
Block a user