Update traktarr.py

Updated location of rating_limit configuration item to reflect move
pull/52/head
daghaian 6 years ago committed by GitHub
parent 8c75c6d3c2
commit 7a2df31867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -815,7 +815,7 @@ def run(add_delay=2.5, sort='votes', no_search=False, run_now=False, no_notifica
no_search, no_search,
not no_notifications, not no_notifications,
ignore_blacklist, ignore_blacklist,
int(cfg.automatic.movies.rating_limit) if cfg.automatic.movies.rating_limit != "" else None int(cfg.filters.movies.rating_limit) if cfg.filters.movies.rating_limit != "" else None
) )
if run_now: if run_now:
movie_schedule.run() movie_schedule.run()

Loading…
Cancel
Save