✏️ fix unclosed parenthesis
This commit is contained in:
parent
0084295f18
commit
afdb949590
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -153,6 +153,7 @@ def txt_records_handler(zone, records):
|
||||||
dns.rdatatype.TXT,
|
dns.rdatatype.TXT,
|
||||||
record["field2"]
|
record["field2"]
|
||||||
)
|
)
|
||||||
|
)
|
||||||
|
|
||||||
def srv_records_handler(zone, records):
|
def srv_records_handler(zone, records):
|
||||||
"""Handler for SRV record"""
|
"""Handler for SRV record"""
|
||||||
|
|
Loading…
Reference in a new issue