mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2026-02-11 03:49:33 +00:00
Change order of print statement
This commit is contained in:
@@ -236,10 +236,10 @@ if args.no_convert:
|
|||||||
print("-n, --no-convert skip the conversion process and meta-tags")
|
print("-n, --no-convert skip the conversion process and meta-tags")
|
||||||
if args.manual:
|
if args.manual:
|
||||||
print("-m, --manual choose the song to download manually")
|
print("-m, --manual choose the song to download manually")
|
||||||
|
print('')
|
||||||
if args.list:
|
if args.list:
|
||||||
grabList(file='list.txt')
|
grabList(file='list.txt')
|
||||||
exit()
|
exit()
|
||||||
print('')
|
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
for temp in os.listdir('Music/'):
|
for temp in os.listdir('Music/'):
|
||||||
|
|||||||
Reference in New Issue
Block a user