traktarr icon indicating copy to clipboard operation
traktarr copied to clipboard

Fix formatting on disabled for check

Open sjdaws opened this issue 2 years ago • 0 comments

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',)

sjdaws avatar Apr 22 '22 03:04 sjdaws