[System] Fixed typo
This commit is contained in:
parent
2e77855fe9
commit
f9a873d303
|
@ -40,7 +40,7 @@ def validate_token(token, user_agent, permission):
|
|||
else:
|
||||
logger.debug("access token is out of date or invalid client used")
|
||||
delete_session(session)
|
||||
logger.debug("no valid access token with token: {{ {} }} and permissions: {{ {} }}".format(token, permissions))
|
||||
logger.debug("no valid access token with token: {{ {} }} and permission: {{ {} }}".format(token, permission))
|
||||
raise Unauthorized
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue