From ca4b5bcec418854abd01ccf3db69a94c542021fa Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Mon, 4 Jul 2022 14:34:32 -0400 Subject: [PATCH] lint --- beetsplug/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index fb3228baa..ee86f2714 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -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(