✏️ fix typo

This commit is contained in:
otthorn 2021-04-05 00:42:41 +02:00
parent 5dcdd0cf48
commit 9ef300dca4

View file

@ -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"]: