This commit is contained in:
j 2017-05-18 14:40:28 +00:00
parent 8e8348cca3
commit 0bff35dbf0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def is_new(xml, mp4):
return vtime < xtime
def encode(xml, force=False):
item_json = xml.relace('.xml', '.json')
item_json = xml.replace('.xml', '.json')
audio_xml = xml.replace('.xml', '.audio.xml')
vocals_xml = xml.replace('.xml', '.vocals.xml')
mp4 = xml.replace('.xml', '.mp4')