diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults index 7d2105a..239d4d8 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -62,7 +62,7 @@ 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=0 APPRISE_NOTIFY_NEW_SPECIES=0 -APPRISE_WEEKLY_REPORT=0 +APPRISE_WEEKLY_REPORT=1 #---------------------- Flickr Images API Configuration -----------------------# ## If FLICKR_API_KEY is set, the web interface will try and display bird images diff --git a/scripts/install_config.sh b/scripts/install_config.sh index a85781c..db980d7 100755 --- a/scripts/install_config.sh +++ b/scripts/install_config.sh @@ -75,7 +75,7 @@ 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=0 APPRISE_NOTIFY_NEW_SPECIES=0 -APPRISE_WEEKLY_REPORT=0 +APPRISE_WEEKLY_REPORT=1 #---------------------- Flickr Images API Configuration -----------------------# ## If FLICKR_API_KEY is set, the web interface will try and display bird images