pull/618/head
Usama015 2023-06-19 21:00:52 +05:00
parent fd929c592c
commit b28d1871f7
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ 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'}
# response = handle_ip(apiKey, ip)
# return {'error': 'Going to the handleIP method'}
def handle_ip(apiKey, ip):