mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 22:27:17 +00:00
cymruwhois uses dotted decimal format
This commit is contained in:
parent
87a57e1f05
commit
f070ac2005
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ if __name__ == "__main__":
|
|||
continue
|
||||
|
||||
try:
|
||||
l = client.lookup(socket.inet_aton(ip), qType='IP')
|
||||
l = client.lookup(ip, qType='IP')
|
||||
except ipaddress.AddressValueError:
|
||||
continue
|
||||
cc = getattr(l, 'cc')
|
||||
|
|
Loading…
Reference in a new issue