Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 15, 2016
1 parent b9ae858 commit ea2f106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_modules/modules/expansion/eupi.py
Expand Up @@ -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

Expand Down

0 comments on commit ea2f106

Please sign in to comment.