diff --git a/dyn_gandi/main.py b/dyn_gandi/main.py index 91edc60..b7a0d68 100644 --- a/dyn_gandi/main.py +++ b/dyn_gandi/main.py @@ -126,7 +126,7 @@ def checkRecords(api: dict[str, dict[str, list[str]]], current_ip: str, log: Cal filter(lambda x: current_ip in x['rrset_values'], response.json())))) if records_to_renew[key][domain] != []: - log(f"[INFO][{' '.join(records_to_renew)}]Record that need to be renewed") + log(f"[INFO][{','.join(records_to_renew)}] Record need to be renewed") else: log(f"[ERROR][{domain}][{response.status_code}] {response.json()}")