traktarr
traktarr copied to clipboard
Fix formatting on disabled for check
This PR fixes the disabled_for
config option not working correctly for lists.
log.info("TEST: %s %s %s %s", "list:%s".format(list_), "list:{}".format(list_), list_, cfg.filters.shows.disabled_for)
Returns
2022-04-22 12:03:27,368 - INFO - Traktarr - automatic_shows - FORMAT TEST: list:%s list:https://trakt.tv/users/sjdaws/lists/tv https://trakt.tv/users/sjdaws/lists/tv ('list:https://trakt.tv/users/sjdaws/lists/tv',)