diff --git a/radioPlayer.py b/radioPlayer.py index 623c784..80ab4ca 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -231,7 +231,7 @@ def play_playlist(playlist_path): if active_modifier: track_tuple = active_modifier.play(i, old_track_tuple) modified = True - logger.debug(repr(old_track_tuple), repr(track_tuple), repr(old_track_tuple != track_path)) + logger.debug(repr(old_track_tuple), repr(track_tuple), repr(old_track_tuple != track_tuple)) if old_track_tuple != track_tuple: max_iterator += 1 modified = True