cleanup output
This commit is contained in:
parent
32f06f2837
commit
6acc7bf7b7
|
@ -97,7 +97,6 @@ def download_track(
|
|||
dest_path += '.m4a'
|
||||
|
||||
if os.path.exists(dest_path) and SKIP_DOWNLOADED:
|
||||
print(dest_path + " exists!")
|
||||
print("Skipping downloaded song")
|
||||
return False, "Skipping downloaded song"
|
||||
|
||||
|
|
Loading…
Reference in New Issue