Use more coherent namimg convention for handlers
This commit is contained in:
parent
9b9ade914e
commit
c04d39fecb
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -173,7 +173,7 @@ HANDLERS = {
|
|||
"originv4": originv4_handler,
|
||||
"originv6": originv6_handler,
|
||||
"ns_records": ns_records_handler,
|
||||
"sshfp": sshfp_handler,
|
||||
"sshfp": sshfp_record_handler,
|
||||
"mx_records": mx_records_handler,
|
||||
"txt_records": txt_records_handler,
|
||||
"srv_records": srv_records_handler,
|
||||
|
|
Loading…
Reference in a new issue