mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-31 11:22:38 +00:00
Test
This commit is contained in:
parent
754b058635
commit
5d11f61024
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ def store_subtitles(file):
|
|||
actual_subtitles = []
|
||||
print file
|
||||
if os.path.exists(file):
|
||||
print "exist"
|
||||
if os.path.splitext(file)[1] == '.mkv':
|
||||
try:
|
||||
with open(file, 'rb') as f:
|
||||
|
|
Loading…
Reference in a new issue