From b4a2059d5a83387d63451de990fae56205fe5e60 Mon Sep 17 00:00:00 2001 From: Filip Spasovski Date: Sun, 18 Aug 2024 16:17:45 +0200 Subject: [PATCH] add forgotten return line --- functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.py b/functions.py index a6d9bb4..1b12545 100644 --- a/functions.py +++ b/functions.py @@ -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.",