etwuerschmidt / song-roulette

Spotipy and Slack integration for managing / analyzing a monthly collaborative playlist
2 stars 0 forks source link

track_count_per_month does not account for no tracks added in a month #10

Closed etwuerschmidt closed 5 years ago

etwuerschmidt commented 5 years ago

Method track_count_per_month in AnalysisClient should be updated to match the functionality of track_count_per_day, where an entry is added to the count dictionary for 0 songs added in a month if applicable.

etwuerschmidt commented 5 years ago

track_count_per_month now accounts for months that have no tracks added to them.