mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 23:35:41 +03:00
whois
This commit is contained in:
@@ -22,7 +22,7 @@ def resolve(filename):
|
||||
else:
|
||||
response = whois_query(line[0], "netname", True)
|
||||
if response is None:
|
||||
name = "-not-found-"
|
||||
name = "-no-description-"
|
||||
else:
|
||||
name = response.strip()
|
||||
print(line[0] + " " + name)
|
||||
|
||||
Reference in New Issue
Block a user