mirror of https://github.com/MISP/misp-modules
Update geoip_city.py
parent
46f0f410e7
commit
bdb4185a0a
|
@ -19,6 +19,7 @@ moduleinfo = {'version': '0.1', 'author': 'GlennHD',
|
|||
'description': 'Query a local copy of the Maxmind Geolite City database (MMDB format)',
|
||||
'module-type': ['expansion', 'hover']}
|
||||
|
||||
|
||||
def handler(q=False):
|
||||
if q is False:
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue