[System] Fixed typo

This commit is contained in:
Ferdinand Thiessen 2020-11-13 08:24:25 +01:00
parent 2e77855fe9
commit f9a873d303
1 changed files with 1 additions and 1 deletions

View File

@ -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