✏️ fix typo
This commit is contained in:
parent
5dcdd0cf48
commit
9ef300dca4
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -171,7 +171,7 @@ def srv_records_handler(zone, records):
|
|||
)
|
||||
|
||||
|
||||
def a_records_handler(zone, recordds):
|
||||
def a_records_handler(zone, records):
|
||||
"""Handler for A Record"""
|
||||
|
||||
for record in zone["a_records"]:
|
||||
|
|
Loading…
Reference in a new issue