summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlok Saboo <arsaboo@gmx.com>2023-11-25 10:29:02 -0500
committerAlok Saboo <arsaboo@gmx.com>2023-11-25 10:29:02 -0500
commit1a77d9575b30a6d7e0b05814e3bdb6f8f1148ca7 (patch)
treea9f05f56c3b97fa5bf11dd84e11271c807569c99
parent2115f3107052e2d93100b347926caae3bb580439 (diff)
Formatting fixes
-rw-r--r--beetsplug/deezer.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/beetsplug/deezer.py b/beetsplug/deezer.py
index 1085e7ab5..29f42639b 100644
--- a/beetsplug/deezer.py
+++ b/beetsplug/deezer.py
@@ -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