diff --git a/radioPlaylist.py b/radioPlaylist.py index d766ee4..0ca9847 100644 --- a/radioPlaylist.py +++ b/radioPlaylist.py @@ -210,7 +210,7 @@ def draw_interface(audio_files: list, playlists: dict, selected_idx: int, curren for category in ['morning', 'day', 'night', 'late_night']: percent = percentages.get(category, 0) polskie_percent = polskie_percentages.get(category, 0) - category_bar += f"{category[:4].capitalize()}: {percent:.1f}% (P:{polskie_percent:.1f}%) |" + category_bar += f"{category[:4].capitalize()}: {percent:.1f}% (P:{polskie_percent:.1f}%) | " category_bar += f"TP:{total_pl:0.1f}" if len(category_bar) > term_width - 2: