This commit is contained in:
j 2017-10-02 12:42:04 +00:00
parent 3a91ed8660
commit 6aa6b9bab0
1 changed files with 1 additions and 1 deletions

View File

@ -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)