pull/615/head
Usama015 2023-06-13 15:47:07 +05:00
parent 91fce45f82
commit bb60e4742e
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ def handler(q=False):
if 'config' not in request or (not (request['config'].get('apikey') or ('apiKey' in request['config']))):
misperrors['error'] = 'WhoisFreaks authentication is missing' + request
return misperrors
if not request.get('attribute') or not check_input_attribute(request['attribute']):
return {'error': f'{standard_error_message}, which should contain at least a single attribute'}
apiKey = request['config'].get('apikey')