mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-19 21:27:43 +08:00
Typo
This commit is contained in:
parent
856323f024
commit
3acc2cf8d3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def store_subtitles(file):
|
||||||
languages = []
|
languages = []
|
||||||
actual_subtitles = []
|
actual_subtitles = []
|
||||||
if os.path.exists(file):
|
if os.path.exists(file):
|
||||||
if os.path.splitext(file)[1] == '.mkv':
|
if os.path.splitext(file)[1] == '.mkv':
|
||||||
try:
|
try:
|
||||||
with open(file, 'rb') as f:
|
with open(file, 'rb') as f:
|
||||||
mkv = enzyme.MKV(f)
|
mkv = enzyme.MKV(f)
|
||||||
|
|
Loading…
Reference in a new issue