mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-01 04:22:07 +08:00
no log: fixed copy and paste error in adaptive searching debug logging.
This commit is contained in:
parent
bd7b2eb471
commit
117c894052
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue