This commit is contained in:
parent
2f13943781
commit
ab9be5ef14
|
@ -19,7 +19,7 @@ async def check_auth(req) -> (bool, int | None):
|
||||||
variables = {
|
variables = {
|
||||||
"params": {
|
"params": {
|
||||||
"token_type": "access_token",
|
"token_type": "access_token",
|
||||||
"token": token,
|
"token": token.encode("utf-8"),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user