Update geoip_asn.py

pull/371/head
GlennHD 3 years ago committed by GitHub
parent bdb4185a0a
commit 0ed0ceab9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      misp_modules/modules/expansion/geoip_asn.py

@ -19,6 +19,7 @@ moduleinfo = {'version': '0.1', 'author': 'GlennHD',
'description': 'Query a local copy of the Maxmind Geolite ASN database (MMDB format)',
'module-type': ['expansion', 'hover']}
def handler(q=False):
if q is False:
return False

Loading…
Cancel
Save