l3uddz / traktarr

Script to add new series & movies to Sonarr/Radarr based on Trakt lists.
GNU General Public License v3.0
574 stars 52 forks source link

Fix formatting on disabled for check #165

Open sjdaws opened 2 years ago

sjdaws commented 2 years ago

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