diff --git a/src/download.py b/src/download.py index bc62916..dda7f46 100644 --- a/src/download.py +++ b/src/download.py @@ -119,5 +119,5 @@ print("[Info] Download music \"{}\" with the status: {}".format(music.file_name, music.status)) print("[Summary] Found {} new musics".format(new_music_count)) -print("Processing the music") -MusicPatcher().process_music() \ No newline at end of file +# print("Processing the music") +# MusicPatcher().process_music() \ No newline at end of file