[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-02-13 20:44:53 +00:00
parent 2ebc821ed9
commit 0ba8f4c3c5

View File

@@ -20,8 +20,7 @@ class YtLoungeApi(pyytlounge.YtLoungeApi):
web_session: ClientSession = None, web_session: ClientSession = None,
): ):
super().__init__( super().__init__(
config.join_name if config else "iSponsorBlockTV", config.join_name if config else "iSponsorBlockTV", logger=logger
logger=logger
) )
if web_session is not None: if web_session is not None: