Chris Pomeroy
2021-04-15 4625f53d76b155fcfe49a054a7b6a8fd22de5d48
aaxConvert.py
@@ -138,7 +138,7 @@
            act_byte = getcorrectkey(rfile)
            if act_byte == 1:
                print("The checkkey function is unavaliable")
            else :
            ddir = "%s/%s/%s" % (path, artist, title)
            single_file_path = "%s/%s.mp3" % (ddir, title)
            if not os.path.exists(ddir):