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

dicts keys != object attributes ..

parent 8b26248e
No related branches found
No related tags found
No related merge requests found
......@@ -18,5 +18,5 @@ def livestream_thumbnail():
WHERE streams.active AND (? OR streams.visible)
''', ismod())
for v in genlive(livestreams):
schedule_thumbnail(v.lecture_id)
schedule_thumbnail(v['lecture_id'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment