🐛 fix mx naming convention of parameters

This commit is contained in:
otthorn 2021-04-05 18:34:00 +02:00
parent 3850c40467
commit 194697c6d7

View file

@ -146,7 +146,7 @@ def mx_records_handler(zone, records):
dns.rdataclass.IN,
dns.rdatatype.MX,
preference,
priority
exchange
)
)