From c42d4704380f49eca7aa29a071ad89bd2de182f7 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Wed, 3 May 2017 11:45:57 +0530 Subject: [PATCH] Change order of print statement --- spotdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotdl.py b/spotdl.py index ab29c6e..8a9ff8d 100644 --- a/spotdl.py +++ b/spotdl.py @@ -236,10 +236,10 @@ if args.no_convert: print("-n, --no-convert skip the conversion process and meta-tags") if args.manual: print("-m, --manual choose the song to download manually") +print('') if args.list: grabList(file='list.txt') exit() -print('') while True: for temp in os.listdir('Music/'):