From 016526f30e41dd00a9b33997fac1f96f59e128bb Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Fri, 1 Jul 2022 10:29:20 -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 2e4d9b402..50cf02951 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -646,6 +646,6 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): track_data = self._handle_response( requests.get, self.audio_features_url + track_id) except AttributeError: - self._log.debug('Audio feature update failed: {0}', str(e)) + self._log.debug('Audio feature update failed: {}', str(track_id)) track_data = None return track_data