mirror of
https://github.com/secynic/ipwhois.git
synced 2025-12-10 00:40:57 -06:00
Add asn data at the parent level
This commit is contained in:
parent
a3253af24a
commit
fa9330ba4a
@ -373,7 +373,7 @@ def bulk_lookup_rdap(addresses=None, inc_raw=False, retry_count=3, depth=0,
|
||||
# Lookup was successful, add to result. Set the nir
|
||||
# key to None as this is not supported
|
||||
# (yet - requires more queries)
|
||||
results[ip]['asn'] = asn_data
|
||||
results[ip] = asn_data
|
||||
results[ip]['rdap'] = rdap_result
|
||||
results[ip]['nir'] = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user