Skip to content

Commit 899d6e5

Browse files
committed
added balanced to the literal
1 parent 6607ecb commit 899d6e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

birdnet_analyzer/segments/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def segments(
1212
audio_speed: float = 1.0,
1313
seg_length: float = 3.0,
1414
threads: int = 1,
15-
collection_mode: Literal["random", "confidence"] = "random",
15+
collection_mode: Literal["random", "confidence", "balanced"] = "random",
1616
n_bins: int = 10,
1717
):
1818
"""

0 commit comments

Comments
 (0)