Skip to content

Commit

Permalink
add forgotten return line
Browse files Browse the repository at this point in the history
  • Loading branch information
SpasovskiFilip committed Aug 18, 2024
1 parent 2651442 commit b4a2059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def get_all_dns_records():
DOMAINS,
)
domain_records = get_dns_records_by_domain_list(DOMAINS_LIST, CF_ZONE_ID_LIST)
return domain_records
else:
LOGGER.info(
"Using DOMAINS_FILE_PATH='%s' to find DNS records to update.",
Expand Down

0 comments on commit b4a2059

Please # to comment.