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 c82d72b commit 1ac7bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ def lambda_handler(
zone_data_reverse = zone_data_tuple(
*phz_collection_by_vpc[tag_data['ptr_entry'].zonename].values())

LOGGER.info(f"zone_data_forward: {pformat(zone_data_forward)}')
LOGGER.info(f"zone_data_reverse: {pformat(zone_data_reverse)}')
LOGGER.info(f"zone_data_forward: {pformat(zone_data_forward)}")
LOGGER.info(f"zone_data_reverse: {pformat(zone_data_reverse)}")

LOGGER.debug("private_hosted_zone_id:"
" %s", str(final_hosted_zone_id) + lineno())
Expand Down

0 comments on commit 1ac7bd1

Please sign in to comment.