fixed bug ##258

This commit is contained in:
Tim Gröger 2020-06-04 20:56:20 +02:00
parent 7b67d564b0
commit 44155b9678
1 changed files with 2 additions and 1 deletions

View File

@ -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)