Skip to content

Commit

Permalink
Update birdnet_to_mqtt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Aug 13, 2024
1 parent 43dba27 commit 0adb6a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion birdnet-pi/rootfs/helpers/birdnet_to_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
import paho.mqtt.client as mqtt
import subprocess
import requests
from .helpers import get_settings
import sys
sys.path.append('/home/pi/BirdNET-Pi/scripts/utils')
from helpers import get_settings

# Used in flickrimage
flickr_images = {}
Expand Down

0 comments on commit 0adb6a2

Please sign in to comment.