mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 18:13:17 +01:00
Remove logging
This commit is contained in:
parent
0492f1f214
commit
bb2ce02e07
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ class EmbedCoverArtPlugin(BeetsPlugin):
|
|||
return
|
||||
file = f'image{extension}'
|
||||
tempimg = os.path.join(tempfile.gettempdir(), file)
|
||||
print(tempimg)
|
||||
try:
|
||||
with open(tempimg, 'wb') as f:
|
||||
f.write(response.content)
|
||||
|
|
|
|||
Loading…
Reference in a new issue