fixed bug ##258
This commit is contained in:
parent
7b67d564b0
commit
44155b9678
|
@ -45,7 +45,8 @@ def _bar(**kwargs):
|
|||
"lastname": user.lastname,
|
||||
"amount": all,
|
||||
"locked": user.locked,
|
||||
"type": type
|
||||
"type": type,
|
||||
"limit": user.limit
|
||||
}
|
||||
debug.debug("return {{ {} }}".format(dic))
|
||||
return jsonify(dic)
|
||||
|
|
Loading…
Reference in New Issue