typo
This commit is contained in:
parent
3a91ed8660
commit
6aa6b9bab0
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ def encode(xml, force=False, prefix='.'):
|
|||
shutil.move(mp4_480p, public_mp4_480p)
|
||||
cmd = [
|
||||
'./subtitles.py',
|
||||
'--prefix', prefix
|
||||
'--prefix', prefix,
|
||||
item_json
|
||||
]
|
||||
subprocess.call(cmd)
|
||||
|
|
Loading…
Reference in a new issue