From 963b007f7f2d63bbf004a9d863088f5eb4c78589 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:14:05 +0200 Subject: [PATCH] Update birdnet_to_mqtt.py --- birdnet-pi/rootfs/helpers/birdnet_to_mqtt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/rootfs/helpers/birdnet_to_mqtt.py b/birdnet-pi/rootfs/helpers/birdnet_to_mqtt.py index d203e7c3e..2ac5699fe 100644 --- a/birdnet-pi/rootfs/helpers/birdnet_to_mqtt.py +++ b/birdnet-pi/rootfs/helpers/birdnet_to_mqtt.py @@ -27,7 +27,7 @@ def file_row_generator(s): # flag to select whether to process all detections, if False, only the records above the set threshold will be processed -process_all = True +process_all = False # mqtt server mqtt_server = "%%mqtt_server%%" # server for mqtt