lint
This commit is contained in:
parent
86e9e08353
commit
bf682dc6a9
1 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ class SubscriptionYTDLOptions:
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"Setting match-filters: %s", "\n - ".join([""] + match_filters) if match_filters else "[]"
|
"Setting match-filters: %s",
|
||||||
|
"\n - ".join([""] + match_filters) if match_filters else "[]",
|
||||||
)
|
)
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"Setting breaking-match-filters: %s",
|
"Setting breaking-match-filters: %s",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue