jm忘记加参数了

pull/2/head
guanghongwei 2014-09-28 16:32:55 +08:00
parent 6e2ebd5c79
commit a263e50b3e
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ def chgUser(request):
error = ''
msg = ''
form = UserAddForm()
jm = PyCrypt()
jm = PyCrypt(key)
if request.method == "GET":
username = request.GET.get('username')