We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551c2b5 commit cca2e34Copy full SHA for cca2e34
discordoauth2/sync_oauth.py
@@ -265,8 +265,6 @@ class AccessToken(PartialAccessToken):
265
def __init__(self, data, client) -> None:
266
super().__init__(data["access_token"], client)
267
268
- print(data)
269
-
270
self.id_token: Optional[str] = data.get("id_token")
271
self.expires: int = data.get("expires_in")
272
self.scope: list[str] = data.get("scope", "").split(" ")
0 commit comments