Update Main.py

master^2
kolbyd 2021-06-09 21:18:32 -04:00 committed by GitHub
parent 1d34cca728
commit e727b7936c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ while flag:
# Check if the user wants the playlist to be public # Check if the user wants the playlist to be public
playlist_public = input(colored("Do you want the playlist to be public? (y/n)", "green") + playlist_public = input(colored("Do you want the playlist to be public? (y/n)", "green") +
colored(" [n] ", "yellow")) == "y" colored(" [n] ", "yellow")).lower() == "y"
new_playlist = spotify.user_playlist_create(spotify.current_user()['id'], new_playlist = spotify.user_playlist_create(spotify.current_user()['id'],
"Liked Songs - " + date.today().strftime("%m-%d-%Y"), "Liked Songs - " + date.today().strftime("%m-%d-%Y"),