Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 25, 2022
1 parent 74c3990 commit 6643c1d
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 @@ -714,7 +714,7 @@ def lambda_handler(
LOGGER.info("unexpected error. %s\n", str(err) + lineno())

# else: # not running so delete the records
elif state == 'terminating':
elif state == 'terminated':
try:

# pause 1 before deleting to avoid API limit
Expand Down

0 comments on commit 6643c1d

Please sign in to comment.