This commit is contained in:
2024-11-19 20:03:23 +01:00
parent ac78e390c4
commit 2abe357a46

View File

@@ -34,6 +34,7 @@ twitch_oauth = TwithOAuth2(
config.TWITCH_CLIENT_SECRET,
"https://id.twitch.tv/oauth2/authorize",
"https://id.twitch.tv/oauth2/token",
base_scopes=[AuthScope.USER_READ_EMAIL.value],
)