From e727b7936ce7971cd7ac4e9503b88a92534ca7fe Mon Sep 17 00:00:00 2001 From: kolbyd <58011171+kolbyd@users.noreply.github.com> Date: Wed, 9 Jun 2021 21:18:32 -0400 Subject: [PATCH] Update Main.py --- Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.py b/Main.py index 515dd71..1d12380 100644 --- a/Main.py +++ b/Main.py @@ -56,7 +56,7 @@ while flag: # 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") + - colored(" [n] ", "yellow")) == "y" + colored(" [n] ", "yellow")).lower() == "y" new_playlist = spotify.user_playlist_create(spotify.current_user()['id'], "Liked Songs - " + date.today().strftime("%m-%d-%Y"),