✏️ fix typo
This commit is contained in:
parent
7b3abb8e7b
commit
81204008a2
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -80,7 +80,7 @@ def soa_handler(zone, records):
|
|||
)
|
||||
|
||||
|
||||
def originv4_hanlder(zone, records):
|
||||
def originv4_handler(zone, records):
|
||||
"""Handler for the IPv4 origin"""
|
||||
|
||||
ipv4_addr = zone["originv4"]["ipv4"]
|
||||
|
|
Loading…
Reference in a new issue