Skip to content
Snippets Groups Projects
Commit bfcd82ce authored by Andreas Valder's avatar Andreas Valder
Browse files

increased time between livestream thumbnails

parent 953b21ad
No related branches found
No related tags found
No related merge requests found
from server import * from server import *
@sched_func(30) @sched_func(120)
def livestream_thumbnail(): def livestream_thumbnail():
livestreams = query('SELECT streams.lecture_id, streams.handle AS livehandle FROM streams WHERE streams.active') livestreams = query('SELECT streams.lecture_id, streams.handle AS livehandle FROM streams WHERE streams.active')
for v in genlive(livestreams): for v in genlive(livestreams):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment