From a28f8835cb888a6601f3d0b205962e3dda8ffa59 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sun, 10 Jul 2022 13:12:38 -0400 Subject: [PATCH] Update spotify.py --- beetsplug/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 0138f0b9f..8abf3154c 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 response.status_code == 404: raise SpotifyAPIError("API Error {0.status_code} for {1} and \ - params = {2}".format(response, url, params=params)) + params = {2}".format(response, url, params)) else: raise ui.UserError( '{} API error:\n{}\nURL:\n{}\nparams:\n{}'.format(