From c4b09dde2e3ff8379d9ba014a1d7995016dc175f Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 21 May 2022 11:39:19 -0400 Subject: [PATCH] testing `APPRISE_NOTIFY_EACH=0` default --- scripts/install_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_config.sh b/scripts/install_config.sh index c526cda..e74ac56 100755 --- a/scripts/install_config.sh +++ b/scripts/install_config.sh @@ -73,7 +73,7 @@ RTSP_STREAM= APPRISE_NOTIFICATION_TITLE="New BirdNET-Pi Detection" APPRISE_NOTIFICATION_BODY="A \$sciname \$comname was just detected with a confidence of \$confidence" -APPRISE_NOTIFY_EACH_DETECTION=false +APPRISE_NOTIFY_EACH_DETECTION=0 #---------------------- Flickr Images API Configuration -----------------------#