From 8dd4754479814cc20fd208a01b22304fa6d61aa2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:38:50 +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 7f37b8d17..f47c24bdb 100644 --- a/birdnet-pi/rootfs/helpers/birdnet_to_mqtt.py +++ b/birdnet-pi/rootfs/helpers/birdnet_to_mqtt.py @@ -10,7 +10,7 @@ import paho.mqtt.client as mqtt import requests from helpers import get_settings -sys.path.append("/home/pi/BirdNET-Pi/scripts/utils") +sys.path.append("/home/pi/BirdNET-Pi/scripts") # Setup basic configuration for logging logging.basicConfig(level=logging.INFO)