Skip to content

Commit

Permalink
Add white space
Browse files Browse the repository at this point in the history
  • Loading branch information
milosdes committed Nov 30, 2023
1 parent 3b83933 commit ba3f9b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_token(self):
_accesstoken=None
try:
cache_client = redis.from_url(self.cache_redis_url,decode_responses=True)
_accesstoken = cache_client.get("foi:kcsrcacnttoken")
_accesstoken = cache_client.get("foi:kcsrcacnttoken")
if _accesstoken is None:
url = '{0}/auth/realms/{1}/protocol/openid-connect/token'.format(self.keycloakhost,self.keycloakrealm)
params = {
Expand Down

0 comments on commit ba3f9b5

Please sign in to comment.