From c9859b6e190ea696682ba6229e59efdeb555e54c Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Wed, 28 Sep 2016 10:18:02 +0530 Subject: [PATCH] improved user input --- bin/spotdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/spotdl b/bin/spotdl index a8865e9..103878c 100644 --- a/bin/spotdl +++ b/bin/spotdl @@ -30,7 +30,7 @@ def Main(): try: print('') print('') - raw_song = raw_input('Enter a song/cmd: ') + raw_song = raw_input('>> Enter a song/cmd: ') print '' if raw_song == "exit": exit()