From 1d43cc9758d7cefcb62e1f881fbc8723211c95f5 Mon Sep 17 00:00:00 2001 From: marvinkrausser Date: Mon, 11 May 2026 04:31:48 +0200 Subject: [PATCH] changed species name --- api/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/server.py b/api/server.py index 863b181..8396e0a 100644 --- a/api/server.py +++ b/api/server.py @@ -20,7 +20,7 @@ sem = threading.Semaphore(1) #adjust to performance class bird_species(Enum): Common_Kingfisher = 0 - CommonMyna = 1 + Common_Myna = 1 House_Crow = 2 Indian_Peacock = 3 Indian_Pitta = 4