1
0

Needs to be dict, not string

This commit is contained in:
Erik Johnston
2015-09-26 18:03:16 +01:00
parent 1ca673a876
commit 64abb765dd

View File

@@ -384,7 +384,7 @@ class AuthHandler(BaseHandler):
)
if does_match:
user_dict[nonce] = client_nonce
user_dict.setdefault(nonce, {})["client_nonce"] = client_nonce
return does_match