Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roman Karwacik
website
Commits
22fffe21
Commit
22fffe21
authored
6 years ago
by
Julian Rother
Browse files
Options
Downloads
Patches
Plain Diff
Fixed regression introduced by
570430ef
parent
e81c6b50
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
server.py
+2
-1
2 additions, 1 deletion
server.py
with
2 additions
and
1 deletion
server.py
+
2
−
1
View file @
22fffe21
...
@@ -81,7 +81,6 @@ from db import query, modify, show, searchquery
...
@@ -81,7 +81,6 @@ from db import query, modify, show, searchquery
from
template_helper
import
*
from
template_helper
import
*
from
mail
import
notify_mods
,
notify_admins
from
mail
import
notify_mods
,
notify_admins
from
ldap
import
ldapauth
from
ldap
import
ldapauth
from
legacy
import
legacy_index
from
scheduler
import
sched_func
from
scheduler
import
sched_func
def
render_endpoint
(
endpoint
,
flashtext
=
None
,
**
kargs
):
def
render_endpoint
(
endpoint
,
flashtext
=
None
,
**
kargs
):
...
@@ -146,6 +145,8 @@ def genlive_new(lectures):
...
@@ -146,6 +145,8 @@ def genlive_new(lectures):
'
file_size
'
:
0
,
'
formats
'
:
hls_format
,
'
lecture_id
'
:
lecture
[
'
id
'
]})
'
file_size
'
:
0
,
'
formats
'
:
hls_format
,
'
lecture_id
'
:
lecture
[
'
id
'
]})
return
res
return
res
from
legacy
import
legacy_index
@app.route
(
'
/
'
)
@app.route
(
'
/
'
)
@register_navbar
(
'
Home
'
,
icon
=
'
home
'
)
@register_navbar
(
'
Home
'
,
icon
=
'
home
'
)
def
index
():
def
index
():
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment