typo
This commit is contained in:
parent
8e8348cca3
commit
0bff35dbf0
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue