diff --git a/geruecht/baruser/routes.py b/geruecht/baruser/routes.py index 76903d1..61e793c 100644 --- a/geruecht/baruser/routes.py +++ b/geruecht/baruser/routes.py @@ -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)