mirror of
https://github.com/beetbox/beets.git
synced 2026-02-24 16:23:04 +01:00
Update fetchart.py
This commit is contained in:
parent
067a3633d3
commit
d4eb3a6b82
1 changed files with 1 additions and 1 deletions
|
|
@ -906,7 +906,7 @@ class Spotify(RemoteArtSource):
|
|||
try:
|
||||
response = requests.get(url)
|
||||
response.raise_for_status()
|
||||
except requests.exceptions.HTTPError as e:
|
||||
except requests.RequestException as e:
|
||||
self._log.debug("Error: " + str(e))
|
||||
return
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue