diff --git a/misp_modules/modules/expansion/ipgeolocation.py b/misp_modules/modules/expansion/ipgeolocation.py index 8672c5a..3c0522e 100644 --- a/misp_modules/modules/expansion/ipgeolocation.py +++ b/misp_modules/modules/expansion/ipgeolocation.py @@ -30,6 +30,7 @@ def handler(q=False): ip = request['attribute']['value'] apiKey = request['config']['apiKey'] + return {'error': 'Going to the handleIP method'} response = handle_ip(apiKey, ip) return {'error': 'Going to the handleIP method'}