Skip to content

Commit 54e8326

Browse files
committed
minor fix
1 parent 0add72a commit 54e8326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def build_dbs_ip_asn(reports: dict, ptrs: dict, lookup_lists: dict, networks: di
3636
lookup_lists=lookup_lists,
3737
)
3838
net = {'network': networks[key][networks['ip_to_net'][ip]]}
39+
net['network'].pop('ipv')
3940
net_sm = {'network': {
4041
'reported_ips': net['network']['reported_ips'],
4142
'reputation': net['network']['reputation'],

0 commit comments

Comments
 (0)