Fixed: Double-Jeopardy override by top file works now

master
Sebastian Lohff 8 years ago
parent d4255a7971
commit 56b84cf63b

@ -175,7 +175,7 @@ class Questions(object):
# handle Double-Jeopardy override by round file # handle Double-Jeopardy override by round file
if jeopardyOverride: if jeopardyOverride:
q["Double-Jeopardy"] = jeopardyOverride[i-1] q["Double-Jeopardy"] = jeopardyOverride[j-1]
# check Audio is a bool and is set to false if non-existant # check Audio is a bool and is set to false if non-existant
if "Audio" not in q.keys(): if "Audio" not in q.keys():

Loading…
Cancel
Save