mirror of https://github.com/MISP/misp-modules
Fix typo
parent
b9ae858f8d
commit
ea2f106b00
|
@ -26,7 +26,7 @@ def handler(q=False):
|
|||
misperrors['error'] = "Unsupported attributes type"
|
||||
return misperrors
|
||||
|
||||
if not request.get('config') and not (request['config'].get('apikey') and request['config'].et('url')):
|
||||
if not request.get('config') and not (request['config'].get('apikey') and request['config'].get('url')):
|
||||
misperrors['error'] = 'EUPI authentication is missing'
|
||||
return misperrors
|
||||
|
||||
|
|
Loading…
Reference in New Issue