From bddd8b3b9f31629e5b0c2d66a4b93d93457fc92d Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sat, 6 May 2023 15:28:02 -0400 Subject: [PATCH] Tim's requests https://github.com/mcguirepr89/BirdNET-Pi/discussions/184#discussioncomment-5825259 --- scripts/email_template | 4 +++- scripts/server.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/email_template b/scripts/email_template index 72a559e..ca56c88 100644 --- a/scripts/email_template +++ b/scripts/email_template @@ -4,7 +4,9 @@ Below is the information I would like to use to request a BirdWeather ID %0A%0A Latitude={{ LATITUDE }}%0A Longitude={{ LONGITUDE }}%0A -Location= [ Create a location name ]%0A +City= [ City ]%0A +State= [ State ]%0A +Country= [ Country ]%0A %0A%0A Thank you so much!%0A [ Your Name Here ] diff --git a/scripts/server.py b/scripts/server.py index d735160..ccae348 100755 --- a/scripts/server.py +++ b/scripts/server.py @@ -585,7 +585,7 @@ def handle_client(conn, addr): post_scientificName = "\"scientificName\": \"" + entry[0].split('_')[0] + "\"," if model == "BirdNET_GLOBAL_3K_V2.3_Model_FP16": - post_algorithm = "\"algorithm\": " + "\"2p2\"" + "," + post_algorithm = "\"algorithm\": " + "\"2p3\"" + "," else: post_algorithm = "\"algorithm\": " + "\"alpha\"" + ","