diff --git a/list_subtitles.py b/list_subtitles.py index 33078f7fc..4226b5880 100644 --- a/list_subtitles.py +++ b/list_subtitles.py @@ -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: