From 834294efc456058b99047eb706e22c33690bd45f Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Sat, 7 Nov 2015 12:37:56 +0100 Subject: [PATCH] Fixed indent --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index d35978b..06e249c 100755 --- a/server.py +++ b/server.py @@ -61,7 +61,7 @@ def adduser(): @app.route("/") def index(): - topics = Topic.query.all() + topics = Topic.query.all() meta = [] for topic in topics: ls = speech.query_statements(topic.mode, topic.id) -- GitLab