Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Oct 18, 2024
1 parent 0add72a commit 54e8326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def build_dbs_ip_asn(reports: dict, ptrs: dict, lookup_lists: dict, networks: di
lookup_lists=lookup_lists,
)
net = {'network': networks[key][networks['ip_to_net'][ip]]}
net['network'].pop('ipv')
net_sm = {'network': {
'reported_ips': net['network']['reported_ips'],
'reputation': net['network']['reputation'],
Expand Down

0 comments on commit 54e8326

Please sign in to comment.