Fix url unbound bug

This commit is contained in:
Micke Nordin 2024-10-01 11:23:54 +02:00
parent a4dd0912fc
commit cd32772689

View file

@ -486,7 +486,7 @@ def main() -> int:
soa_url = setup_url(baseurl, None, None, zname, "SOA", None, args.zone)
soa_json = run_list(soa_url, True, headers, ret=True)
ttl = soa_json[0]["ttl"]
elif args.command in ["auditlog", "changelog"]:
if args.command in ["auditlog", "changelog"]:
pass
else:
try: