kafka-91

Results 1 issues of kafka-91

Hi, I am trying to convert quite a lot of m4a files into mp3 files with the following piece of code: ``` for root,dirs,files in os.walk("/Users/jonathan/Desktop/Music1"): for file1 in files:...