From bc410e1144fd65f3c8eef745459c1cd3e5f51fec Mon Sep 17 00:00:00 2001 From: Andreas <andreasv@fsmpi.rwth-aachen.de> Date: Fri, 2 Aug 2019 20:17:37 +0200 Subject: [PATCH] disable code commited by misstake --- encoding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoding.py b/encoding.py index 1b033ff..d48d827 100644 --- a/encoding.py +++ b/encoding.py @@ -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']) -- GitLab