Skip to content

Commit

Permalink
Update spotify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickystar04 committed Sep 1, 2022
1 parent d46dc9e commit a3287d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/spotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ def run(playlist_id):
f4.write(track_album+"\n")

image_link=track["track"]["album"]["images"][0]["url"]

#img=open("images/"+track_name+" cover.jpg", "wb")
#img.write(urllib.request.urlopen(image_link).read())
#img.close()
f.close()

def correct(playlist_id):
Expand Down

0 comments on commit a3287d8

Please sign in to comment.