Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
22fffe21
Commit
22fffe21
authored
Aug 06, 2018
by
Julian Rother
Browse files
Fixed regression introduced by
570430ef
parent
e81c6b50
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.py
View file @
22fffe21
...
...
@@ -81,7 +81,6 @@ from db import query, modify, show, searchquery
from
template_helper
import
*
from
mail
import
notify_mods
,
notify_admins
from
ldap
import
ldapauth
from
legacy
import
legacy_index
from
scheduler
import
sched_func
def
render_endpoint
(
endpoint
,
flashtext
=
None
,
**
kargs
):
...
...
@@ -146,6 +145,8 @@ def genlive_new(lectures):
'file_size'
:
0
,
'formats'
:
hls_format
,
'lecture_id'
:
lecture
[
'id'
]})
return
res
from
legacy
import
legacy_index
@
app
.
route
(
'/'
)
@
register_navbar
(
'Home'
,
icon
=
'home'
)
def
index
():
...
...
Write
Preview
Markdown
is supported
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