yes.
This commit is contained in:
parent
5aecfad38c
commit
ccc026e582
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -53,7 +53,7 @@ def get_track():
|
|||
image_url = track['item']['album']['images'][0]['url']
|
||||
response = requests.get(image_url)
|
||||
image = Image.open(BytesIO(response.content))
|
||||
print(image_url)
|
||||
#print(image_url)
|
||||
image = image.resize((32,32))
|
||||
return image
|
||||
|
||||
|
|
Loading…
Reference in a new issue