diff --git a/knotctl/__init__.py b/knotctl/__init__.py index 833336e..b65d64c 100755 --- a/knotctl/__init__.py +++ b/knotctl/__init__.py @@ -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: