From 97ad4baee4c25686c8cc04a5ba52f739c72c2a20 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 7 Oct 2023 18:30:03 -0400 Subject: [PATCH] Update spotify.py --- beetsplug/spotify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 9cd210e5a..1131dbc28 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -178,7 +178,6 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): params=params, timeout=30, ) - response.raise_for_status() except requests.exceptions.ReadTimeout: self._log.error('ReadTimeout. Retrying.') return self._handle_response(request_type, url, params=params)