✏️ fix indentation
This commit is contained in:
parent
ef364d1662
commit
0084295f18
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -128,7 +128,7 @@ def sshfp_record_handler(zone, records):
|
||||||
|
|
||||||
for fp_type in fp["hash"]:
|
for fp_type in fp["hash"]:
|
||||||
|
|
||||||
fingerprint = fp["hash"][fp_type]
|
fingerprint = fp["hash"][fp_type]
|
||||||
|
|
||||||
records[record["hostname"]].append(
|
records[record["hostname"]].append(
|
||||||
dns.rdtype.ANY.SSHFP.SSHFP(
|
dns.rdtype.ANY.SSHFP.SSHFP(
|
||||||
|
|
Loading…
Reference in a new issue