Update update_birdnet_snippets.sh

This commit is contained in:
ehpersonal38
2023-04-19 11:05:06 -04:00
parent 9471ee02e5
commit 21a38d3e0d
+1 -1
View File
@@ -199,7 +199,7 @@ suntime_installation_status=$(~/BirdNET-Pi/birdnet/bin/python3 -c 'import pkguti
if [[ "$suntime_installation_status" = "not installed" ]];then
$HOME/BirdNET-Pi/birdnet/bin/pip3 install -U pip
$HOME/BirdNET-Pi/birdnet/bin/pip3 install suntime
fi
# For new Advanced Setting Logging level options
if ! grep LogLevel_BirdnetRecordingService /etc/birdnet/birdnet.conf &>/dev/null;then