Remove white space between print and ()
TrivialFix Change-Id: I5219e319e9d7e5cc8307e45c60e1e2d2d25d9d5c
This commit is contained in:
parent
fa9e3006e7
commit
0c6babde08
@ -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