changed species name

This commit is contained in:
2026-05-11 04:31:48 +02:00
parent 19f639d168
commit 1d43cc9758
+1 -1
View File
@@ -20,7 +20,7 @@ sem = threading.Semaphore(1) #adjust to performance
class bird_species(Enum): class bird_species(Enum):
Common_Kingfisher = 0 Common_Kingfisher = 0
CommonMyna = 1 Common_Myna = 1
House_Crow = 2 House_Crow = 2
Indian_Peacock = 3 Indian_Peacock = 3
Indian_Pitta = 4 Indian_Pitta = 4