From 1b8588b90a8b568b7b381af6d4b9e7d7c28a58e5 Mon Sep 17 00:00:00 2001 From: hoix Date: Sat, 13 Oct 2018 20:00:10 +0100 Subject: [PATCH] Update Playlist.py --- Playlist.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Playlist.py b/Playlist.py index cc0ade2..089bd36 100644 --- a/Playlist.py +++ b/Playlist.py @@ -152,8 +152,7 @@ rows = cursor.fetchall() print ("Playlists : ") for row in rows: - print (" - " , row[0]) - print ("\n") + print (" - " , row[0], "\n") playlistadd = input("What Playlist would you like to delete your song from? :") songname = input("What song would you like to delete? : ")