diff options
author | morpheus65535 <[email protected]> | 2018-08-28 10:52:48 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-08-28 10:52:48 -0400 |
commit | b8481f8ec3f5d5edf2f0f22d633308c4804aff24 (patch) | |
tree | b0e025e52aff1b41b30f462c047e39d1bba11fe8 | |
parent | 9b11324c850964186510211212e37df66c09613e (diff) | |
download | bazarr-b8481f8ec3f5d5edf2f0f22d633308c4804aff24.tar.gz bazarr-b8481f8ec3f5d5edf2f0f22d633308c4804aff24.zip |
Update get_subtitle.py
-rw-r--r-- | get_subtitle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/get_subtitle.py b/get_subtitle.py index e653a5533..c650b220a 100644 --- a/get_subtitle.py +++ b/get_subtitle.py @@ -75,7 +75,7 @@ def download_subtitle(path, language, hi, providers, providers_auth, sceneName, downloaded_language_code3 = language downloaded_path = result[1] if used_sceneName == True: - message = downloaded_language + " subtitles downloaded from " + downloaded_provider + " with a score of " + unicode(score) + "% using this scene name obtained from Sonarr: " + sceneName + message = downloaded_language + " subtitles downloaded from " + downloaded_provider + " with a score of " + unicode(score) + "% using this scene name: " + sceneName else: message = downloaded_language + " subtitles downloaded from " + downloaded_provider + " with a score of " + unicode(score) + "% using filename guessing." |