chg: Sync with prod
parent
79102a23eb
commit
648cb143ec
|
@ -80,6 +80,10 @@ class DBInsertManager(AbstractManager):
|
||||||
# Data gathered from IPASN History:
|
# Data gathered from IPASN History:
|
||||||
# * IP Block of the IP
|
# * IP Block of the IP
|
||||||
# * AS number
|
# * AS number
|
||||||
|
if not routing_info:
|
||||||
|
self.logger.warning(f"No response for {responses['responses'][i]}")
|
||||||
|
done.append(uuid)
|
||||||
|
continue
|
||||||
if 'error' in routing_info:
|
if 'error' in routing_info:
|
||||||
self.logger.warning(f"Unable to find routing information for {data['ip']} - {data['datetime']}: {routing_info['error']}")
|
self.logger.warning(f"Unable to find routing information for {data['ip']} - {data['datetime']}: {routing_info['error']}")
|
||||||
done.append(uuid)
|
done.append(uuid)
|
||||||
|
|
Loading…
Reference in New Issue