✏️ fix unclosed parenthesis

This commit is contained in:
otthorn 2021-04-05 00:27:01 +02:00
parent 0084295f18
commit afdb949590

View file

@ -153,6 +153,7 @@ def txt_records_handler(zone, records):
dns.rdatatype.TXT,
record["field2"]
)
)
def srv_records_handler(zone, records):
"""Handler for SRV record"""