mirror of https://github.com/morpheus65535/bazarr
no log: fixed copy and paste error in adaptive searching debug logging.
This commit is contained in:
parent
bd7b2eb471
commit
117c894052
|
@ -1158,7 +1158,7 @@ def wanted_download_subtitles_movie(radarr_id):
|
||||||
event_stream(type='movie-wanted', action='delete', payload=movie['radarrId'])
|
event_stream(type='movie-wanted', action='delete', payload=movie['radarrId'])
|
||||||
send_notifications_movie(movie['radarrId'], message)
|
send_notifications_movie(movie['radarrId'], message)
|
||||||
else:
|
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}")
|
f"language: {language}")
|
||||||
else:
|
else:
|
||||||
logging.info("BAZARR All providers are throttled")
|
logging.info("BAZARR All providers are throttled")
|
||||||
|
|
Loading…
Reference in New Issue