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
bfcd82ce
Commit
bfcd82ce
authored
Apr 27, 2018
by
Andreas Valder
Browse files
increased time between livestream thumbnails
parent
953b21ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
livestreams.py
View file @
bfcd82ce
from
server
import
*
@
sched_func
(
3
0
)
@
sched_func
(
12
0
)
def
livestream_thumbnail
():
livestreams
=
query
(
'SELECT streams.lecture_id, streams.handle AS livehandle FROM streams WHERE streams.active'
)
for
v
in
genlive
(
livestreams
):
...
...
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