mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 09:37:25 +00:00
Test
This commit is contained in:
parent
b8663f7b63
commit
1effedcbf6
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ def list_subtitles(file):
|
||||||
def store_subtitles(file):
|
def store_subtitles(file):
|
||||||
languages = []
|
languages = []
|
||||||
actual_subtitles = []
|
actual_subtitles = []
|
||||||
|
print file
|
||||||
|
print print.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…
Reference in a new issue