2
0
Fork 0

cleanup output

This commit is contained in:
Luca Bilke 2023-06-27 17:26:41 +02:00
parent 32f06f2837
commit 6acc7bf7b7
1 changed files with 0 additions and 1 deletions

View File

@ -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"