Fix url unbound bug
This commit is contained in:
parent
a4dd0912fc
commit
cd32772689
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ def main() -> int:
|
||||||
soa_url = setup_url(baseurl, None, None, zname, "SOA", None, args.zone)
|
soa_url = setup_url(baseurl, None, None, zname, "SOA", None, args.zone)
|
||||||
soa_json = run_list(soa_url, True, headers, ret=True)
|
soa_json = run_list(soa_url, True, headers, ret=True)
|
||||||
ttl = soa_json[0]["ttl"]
|
ttl = soa_json[0]["ttl"]
|
||||||
elif args.command in ["auditlog", "changelog"]:
|
if args.command in ["auditlog", "changelog"]:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue