mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
Address comments
This commit is contained in:
parent
1e3fee8495
commit
0492f1f214
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ class EmbedCoverArtPlugin(BeetsPlugin):
|
|||
response = requests.get(opts.url, timeout=5)
|
||||
response.raise_for_status()
|
||||
except requests.exceptions.RequestException as e:
|
||||
self._log.error("Error: {}".format(e))
|
||||
self._log.error("{}".format(e))
|
||||
return
|
||||
extension = guess_extension(response.headers
|
||||
['Content-Type'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue