change log of getToken()

This commit is contained in:
Gitea 2021-08-20 11:14:32 +08:00
parent 4a02d09e47
commit 110e140c67
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def getToken(installation: Installation) -> str:
result = query_access_token(jwtQuery)
except Exception as e:
print(repr(e))
print("error with func getToken: %s" % repr(e))
finally:
return result