diff --git a/src/Python/flask/web/app.py b/src/Python/flask/web/app.py index dc68273..f69355f 100644 --- a/src/Python/flask/web/app.py +++ b/src/Python/flask/web/app.py @@ -76,7 +76,7 @@ def move(): @app.route('/data', methods=['GET']) def data(): - return jsonify(kobuki_message) + return kobuki_message @app.route("/database") def database():