Update get_subtitle.py

pull/137/head
morpheus65535 6 years ago committed by GitHub
parent 9b11324c85
commit b8481f8ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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."

Loading…
Cancel
Save