mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Remove unused
This commit is contained in:
parent
3b5c23624a
commit
a769e05e48
@ -189,6 +189,3 @@ class MqttClient(Communicator):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Unable to connect to MQTT server: {e}")
|
logger.error(f"Unable to connect to MQTT server: {e}")
|
||||||
return
|
return
|
||||||
|
|
||||||
def add_topic_callback(self, topic: str, callback) -> None:
|
|
||||||
self.client.message_callback_add(topic, callback)
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user