From a55134df5e8a8783cf53ef9149bee5675383568e Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Wed, 3 May 2017 12:05:38 +0530 Subject: [PATCH] Improve interface --- spotdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotdl.py b/spotdl.py index 981aa2d..d6d5e3e 100644 --- a/spotdl.py +++ b/spotdl.py @@ -247,9 +247,9 @@ while True: os.remove('Music/' + temp) try: print('Enter a Spotify URL or Song Name: ') - print('') command = raw_input('>> ') print('') grabSingle(raw_song=command, number=None) + print('') except KeyboardInterrupt: graceQuit()