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