Fixed: Double-Jeopardy override by top file works now

master
Sebastian Lohff 8 年之前
父節點 d4255a7971
當前提交 56b84cf63b

@ -175,7 +175,7 @@ class Questions(object):
# handle Double-Jeopardy override by round file
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
if "Audio" not in q.keys():

Loading…
取消
儲存