mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 12:02:44 +01:00
Update spotify.py
This commit is contained in:
parent
d09af885ed
commit
97ad4baee4
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue