This commit is contained in:
Louis Vézina 2017-11-14 10:24:04 -05:00
parent 1effedcbf6
commit ff11e1d691
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def store_subtitles(file):
languages = []
actual_subtitles = []
print file
print print.encode('utf-8')
print file.encode('utf-8')
if os.path.exists(file):
if os.path.splitext(file)[1] == '.mkv':
try: