Fix download test

This commit is contained in:
Ritiek
2017-06-25 01:16:04 +05:30
parent 142d14118b
commit 93244e46ec
3 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ def song(input_song, output_song, avconv, verbose):
else:
convert_with_FFmpeg(input_song, output_song, verbose)
os.remove('Music/' + input_song)
return True
def convert_with_avconv(input_song, output_song, verbose):
# different path for windows