Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
redl
redeleitsystem
Commits
834294ef
Commit
834294ef
authored
Nov 07, 2015
by
Robin Sonnabend
Browse files
Fixed indent
parent
e9d8166d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
834294ef
...
@@ -61,7 +61,7 @@ def adduser():
...
@@ -61,7 +61,7 @@ def adduser():
@
app
.
route
(
"/"
)
@
app
.
route
(
"/"
)
def
index
():
def
index
():
topics
=
Topic
.
query
.
all
()
topics
=
Topic
.
query
.
all
()
meta
=
[]
meta
=
[]
for
topic
in
topics
:
for
topic
in
topics
:
ls
=
speech
.
query_statements
(
topic
.
mode
,
topic
.
id
)
ls
=
speech
.
query_statements
(
topic
.
mode
,
topic
.
id
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment