Fixed: Double-Jeopardy override by top file works now

This commit is contained in:
Sebastian Lohff 2016-02-04 13:51:26 +01:00
父節點 d4255a7971
當前提交 56b84cf63b
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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():