mirror of
https://github.com/C24Be/AS_Network_List.git
synced 2026-01-25 07:26:59 +03:00
RIPE DB
This commit is contained in:
@@ -18,7 +18,7 @@ def parse(filename, output_text, output_json):
|
||||
if record:
|
||||
record['inetnum'] = convert_to_cidr(record['inetnum'])
|
||||
if record['country'] == country:
|
||||
print(record)
|
||||
# print(record)
|
||||
cList.append(record)
|
||||
record = {}
|
||||
record['inetnum'] = line.split('inetnum:', 1)[1].strip()
|
||||
|
||||
Reference in New Issue
Block a user