mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
lint
This commit is contained in:
parent
12d9b1bd22
commit
ca4b5bcec4
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
return self._handle_response(request_type, url, params=params)
|
||||
elif 'analysis not found' in response.text:
|
||||
raise SpotifyAPIError("API Error {0.status_code} for {1}"
|
||||
.format(response, url))
|
||||
.format(response, url))
|
||||
else:
|
||||
raise ui.UserError(
|
||||
'{} API error:\n{}\nURL:\n{}\nparams:\n{}'.format(
|
||||
|
|
|
|||
Loading…
Reference in a new issue