✏️ fix unclosed parenthesis

master
otthorn 3 years ago
parent 0084295f18
commit afdb949590

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

Loading…
Cancel
Save