Skip to content

Commit b9c6ee2

Browse files
committed
lint error
1 parent 35c6e13 commit b9c6ee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

beetsplug/listenbrainz.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ def get_weekly_playlist(self, playlist_type, most_recent=True):
255255
sorted_playlists[0] if most_recent else sorted_playlists[1]
256256
)
257257
self._log.debug(
258-
f"Selected playlist: {selected_playlist['type']} - {selected_playlist['date']}"
258+
f"Selected playlist: {selected_playlist['type']} "
259+
f"- {selected_playlist['date']}"
259260
)
260261
# Fetch and return tracks from the selected playlist
261262
playlist = self.get_playlist(selected_playlist.get("identifier"))

0 commit comments

Comments
 (0)