Changeset - f66d76e2cd7c
[Not reviewed]
Merge dev
0 1 0
Dennis Fink - 9 years ago 2015-10-20 00:24:32
dennis.fink@c3l.lu
Merged hotfix-update-api
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/api/auth.py
Show inline comments
 
@@ -8,6 +8,6 @@ httpauth = HTTPDigestAuth()
 
def get_pw(username):
 

	
 
    if username in current_app.config['ENNSTATUS_SERVERS']:
 
        return current_app.confg['ENNSTATUS_SERVERS'][username]['PASSWORD']
 
        return current_app.config['ENNSTATUS_SERVERS'][username]['PASSWORD']
 

	
 
    return None
0 comments (0 inline, 0 general)