encode-try
All checks were successful
deploy / deploy (push) Successful in 1m42s

This commit is contained in:
Untone 2023-12-14 00:57:32 +03:00
parent 2f13943781
commit ab9be5ef14

View File

@ -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"),
} }
} }