mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Formatting fixes
This commit is contained in:
parent
2115f31070
commit
1a77d9575b
1 changed files with 1 additions and 3 deletions
|
|
@ -75,9 +75,7 @@ class DeezerPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
self._log.debug("Error fetching data from {}\n Error: {}", url, e)
|
||||
return None
|
||||
if "error" in data:
|
||||
self._log.debug(
|
||||
"Deezer API error: {}", data["error"]["message"]
|
||||
)
|
||||
self._log.debug("Deezer API error: {}", data["error"]["message"])
|
||||
return None
|
||||
return data
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue