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

disable code commited by misstake

parent e8f0a984
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ def update_lecture_videos(jobid, jobtype, data, state, status):
return
latest = sources[-1]
lecture = query('SELECT * FROM lectures where id = ?', data['lecture_id'])
if 'lecture is autointro' and jobtype == 'probe-raw':
if False and jobtype == 'probe-raw':
schedule_intro(data['lecture_id'])
else:
videos = query('SELECT * FROM videos WHERE videos.lecture_id = ?', data['lecture_id'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment