diff --git a/misp_modules/modules/expansion/geoip_city.py b/misp_modules/modules/expansion/geoip_city.py index 9c9f847..01c0627 100644 --- a/misp_modules/modules/expansion/geoip_city.py +++ b/misp_modules/modules/expansion/geoip_city.py @@ -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