Rafiot-patch-1
Raphaël Vinot 2016-09-15 15:32:13 +02:00 committed by GitHub
parent b9ae858f8d
commit ea2f106b00
1 changed files with 1 additions and 1 deletions

View File

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