Merge pull request #1284 from frapava98/patch-1

This commit is contained in:
J.Townsend 2022-12-16 13:43:28 +00:00 committed by GitHub
commit b2344e480c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,7 +179,7 @@ async def parse_matches(self, matches):
ips.add(match['ip'])
if 'geoinfo' in match.keys():
asns.add(int(match['geoinfo']['asn']))
asns.add(f"AS{match['geoinfo']['asn']}")
if 'rdns_new' in match.keys():
rdns_new = match['rdns_new']