Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Apr 25, 2023
1 parent eaf6798 commit 5cab680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -3042,7 +3042,7 @@ def get_session_assume_role(account):
str(account), lineno())
else:
LOGGER.debug(f"Found existing session for account {account}: {lineno()}")
count['assumed_role.cached_'] += 1
count['assumed_role.cached'] += 1
return this_session
except Exception as err:
LOGGER.error(
Expand Down

0 comments on commit 5cab680

Please sign in to comment.