mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-13 17:33:08 +08: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 = []
|
actual_subtitles = []
|
||||||
print file
|
print file
|
||||||
if os.path.exists(file):
|
if os.path.exists(file):
|
||||||
|
print "exist"
|
||||||
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:
|
||||||
|
|
Loading…
Reference in a new issue