mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-04 10:28:15 +00:00
Test
This commit is contained in:
parent
1effedcbf6
commit
ff11e1d691
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def store_subtitles(file):
|
||||||
languages = []
|
languages = []
|
||||||
actual_subtitles = []
|
actual_subtitles = []
|
||||||
print file
|
print file
|
||||||
print print.encode('utf-8')
|
print file.encode('utf-8')
|
||||||
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue