mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-03 06:50:58 +00:00
Compare commits
2 Commits
91d3a7b245
...
f68ff53bd9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f68ff53bd9 | ||
|
|
b0f189056a |
@ -244,7 +244,7 @@ class MqttClient(Communicator):
|
||||
logger.error("MQTT not reconnecting - stop flag set")
|
||||
return
|
||||
|
||||
if reason_code == 0:
|
||||
if reason_value == 0:
|
||||
logger.error("MQTT not reconnecting - clean disconnect (code 0)")
|
||||
return
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user