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 df22b6f commit 2bb81da
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 @@ -504,7 +504,7 @@ def lambda_handler(
## LOGGER.debug("private_hosted_zones: %s", str(list(private_hosted_zones)) + lineno())
private_hosted_zones_by_vpc = get_private_hosted_zones_by_vpc(hosted_zones_by_vpc)
LOGGER.debug("private_hosted_zones_by_vpc: vpc_id: %s, %s",
vpc_id, str(list(private_hosted_zones)) + lineno())
vpc_id, str(list(private_hosted_zones_by_vpc)) + lineno())
# private_hosted_zone_collection = get_private_hosted_zone_collection(
# private_hosted_zones)
# LOGGER.debug("private_hosted_zone_collection: %s",
Expand Down

0 comments on commit 2bb81da

Please sign in to comment.