Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting on disabled for check #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sjdaws
Copy link

@sjdaws sjdaws commented Apr 22, 2022

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

Verified

This commit was signed with the committer’s verified signature.
yuyichao Yichao Yu
Signed-off-by: Scott Dawson <scott@uu.net.nz>
@sjdaws sjdaws force-pushed the fix-disabled-for branch from c3eedcc to a129cd2 Compare April 22, 2022 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant