diff --git a/contrib/dns_dump_hex_to_text.py b/contrib/dns_dump_hex_to_text.py index d1570a936..bc599de78 100644 --- a/contrib/dns_dump_hex_to_text.py +++ b/contrib/dns_dump_hex_to_text.py @@ -25,4 +25,4 @@ import dns.rdatatype unhexed = binascii.unhexlify(sys.argv[1]) response = dns.message.from_wire(unhexed) -print (response.to_text()) +print(response.to_text())