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