mirror of
https://github.com/beetbox/beets.git
synced 2025-12-12 03:24:44 +01:00
ABrainz: Removed repeated portion of error message
This commit is contained in:
parent
ed6d9087a9
commit
d15d7efbf4
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ def fetch_info(self, lib):
|
|||
try:
|
||||
rs.json()
|
||||
except ValueError:
|
||||
self._log.debug('abrainz: Invalid Response: {}', rs.text)
|
||||
self._log.debug('Invalid Response: {}', rs.text)
|
||||
|
||||
item.danceable = get_value(self._log, rs.json(), ["highlevel",
|
||||
"danceability",
|
||||
|
|
|
|||
Loading…
Reference in a new issue