Skip to content

Commit

Permalink
Remove all scopes from the OAuth flow
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Feb 3, 2025
1 parent c4cfa53 commit f5527c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def _oauth_login(self) -> str:
}
payload = {
"client_id": client_info.CLIENT_ID,
"scopes": "user_read",
"scopes": "", # no scopes needed
}
while True:
try:
Expand Down

0 comments on commit f5527c9

Please sign in to comment.