pull/618/head
Usama015 2023-06-19 18:29:59 +05:00
parent 6ac1ea946e
commit 2c2628114e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def handler(q=False):
ip = request['attribute']['value']
apiKey = request['config']['apiKey']
response = handle_ip(apiKey, ip)
return {'error': 'Going to the handleIP method' + response}
return {'error': 'Going to the handleIP method'}
def handle_ip(apiKey, ip):