Merge "Remove white space between print and ()"
This commit is contained in:
commit
97ce164f6c
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user