1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-31 03:12:12 +00:00
This commit is contained in:
Louis Vézina 2017-11-14 10:46:51 -05:00
parent 754b058635
commit 5d11f61024

View file

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