From 07adfa95a28faac937c587175bb29db9168b4ec6 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:16:08 -0400 Subject: [PATCH] Update server.py --- scripts/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/server.py b/scripts/server.py index e469dbb..fc851c6 100755 --- a/scripts/server.py +++ b/scripts/server.py @@ -594,7 +594,7 @@ def handle_client(conn, addr): post_scientificName = "\"scientificName\": \"" + entry[0].split('_')[0] + "\"," if model == "BirdNET_GLOBAL_6K_V2.4_Model_FP16": - post_algorithm = "\"algorithm\": " + "\"2p3\"" + "," + post_algorithm = "\"algorithm\": " + "\"2p4\"" + "," else: post_algorithm = "\"algorithm\": " + "\"alpha\"" + ","