pull/618/head
Usama015 2023-06-19 21:00:11 +05:00
parent 44fa20d643
commit fd929c592c
1 changed files with 1 additions and 0 deletions

View File

@ -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'}