json-fix
All checks were successful
deploy / deploy (push) Successful in 32s

This commit is contained in:
Untone 2023-12-14 03:06:35 +03:00
parent ab9be5ef14
commit 68978fa1c0

View File

@ -19,7 +19,7 @@ async def check_auth(req) -> (bool, int | None):
variables = {
"params": {
"token_type": "access_token",
"token": token.encode("utf-8"),
"token": token,
}
}