change log of getToken()
This commit is contained in:
parent
4a02d09e47
commit
110e140c67
|
@ -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
|
Loading…
Reference in New Issue