diff --git a/src/modules/stream_notifications/twitch/authorize.py b/src/modules/stream_notifications/twitch/authorize.py index 277a42a..d0906b8 100644 --- a/src/modules/stream_notifications/twitch/authorize.py +++ b/src/modules/stream_notifications/twitch/authorize.py @@ -25,8 +25,7 @@ async def authorize(auto_refresh_auth: bool = False) -> Twitch: await twitch.set_user_authentication( token, SCOPES, - refresh_token=refresh_token if auto_refresh_auth else None, - validate=True + refresh_token=refresh_token if auto_refresh_auth else None ) await twitch.authenticate_app(SCOPES)