Change order of print statement

This commit is contained in:
Ritiek Malhotra
2017-05-03 11:45:57 +05:30
committed by GitHub
parent 8f812a1410
commit c42d470438

View File

@@ -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/'):