From e6807b20245e4327f2bb8f683a8cbc90056f847c Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 1 Apr 2025 19:05:47 +0200 Subject: [PATCH] huh --- radioPlaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioPlaylist.py b/radioPlaylist.py index 1526444..11bd2b4 100644 --- a/radioPlaylist.py +++ b/radioPlaylist.py @@ -63,7 +63,7 @@ def calculate_category_percentages(playlists, days): for category in category_counts.keys(): for file in playlists[day][category]: category_counts[category] += 1 - if "Polskie" in file: + if "Polskie" in file or "Dzem" in file: polskie_counts[category] += 1 total_count = sum(category_counts.values())