Black lint

This commit is contained in:
alexbelgium
2025-05-28 09:15:01 +02:00
parent eace8e8cd8
commit a2fa814087

View File

@@ -86,7 +86,7 @@ def automatic_mqtt_publish(file, detection, path):
json_bird = json.dumps(bird)
mqttc.reconnect()
mqttc.publish(mqtt_topic, json_bird, 1)
mqttc.publish(mqtt_topic, json_bird, 1)
log.info("Posted to MQTT: ok")
mqttc = mqtt.Client('birdnet_mqtt')