diff --git a/tracks.py b/tracks.py index 7c7eda9..375df11 100644 --- a/tracks.py +++ b/tracks.py @@ -381,7 +381,7 @@ def generate_active_collections(self) -> Set[str]: return set( random.choices( list(self.track_collections.keys()), - weights=[0.21, 0.18, 0.18, 0.18, 0.18, 0.07], + weights=[0.18, 0.18, 0.18, 0.18, 0.18, 0.07], k=k, ) )