Compare commits

..

No commits in common. "f68ff53bd909528be7e9a1ff023c50b38c1f5d76" and "91d3a7b245fa9e29f2c59cd8915bedc5e5894f4e" have entirely different histories.

View File

@ -244,7 +244,7 @@ class MqttClient(Communicator):
logger.error("MQTT not reconnecting - stop flag set")
return
if reason_value == 0:
if reason_code == 0:
logger.error("MQTT not reconnecting - clean disconnect (code 0)")
return