no log: fixed copy and paste error in adaptive searching debug logging.

This commit is contained in:
morpheus65535 2021-12-28 08:19:59 -05:00
parent bd7b2eb471
commit 117c894052
1 changed files with 1 additions and 1 deletions

View File

@ -1158,7 +1158,7 @@ def wanted_download_subtitles_movie(radarr_id):
event_stream(type='movie-wanted', action='delete', payload=movie['radarrId'])
send_notifications_movie(movie['radarrId'], message)
else:
logging.info(f"BAZARR Search is throttled by adaptive search for this episode {movie['path']} and "
logging.info(f"BAZARR Search is throttled by adaptive search for this movie {movie['path']} and "
f"language: {language}")
else:
logging.info("BAZARR All providers are throttled")