Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jannik Hellenkamp
website
Commits
bc410e11
Unverified
Commit
bc410e11
authored
Aug 02, 2019
by
Andreas Valder
Browse files
disable code commited by misstake
parent
e8f0a984
Changes
1
Hide whitespace changes
Inline
Side-by-side
encoding.py
View file @
bc410e11
...
...
@@ -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'
])
...
...
Write
Preview
Markdown
is supported
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