Skip to content

Commit

Permalink
Jockey: Log raw BlancoException from scrobbler
Browse files Browse the repository at this point in the history
  • Loading branch information
jareddantis committed Mar 30, 2024
1 parent c283530 commit a346f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/player/jockey.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ async def _scrobble_impl(self, item: 'QueueItem'):
try:
self._scrobbler.scrobble(item)
except BlancoException as e:
self._logger.warning("Failed to scrobble `%s': %s", item.title, e)
self._logger.warning(e)

async def disconnect(self, *, force: bool = False):
"""
Expand Down

0 comments on commit a346f49

Please sign in to comment.