From 56b84cf63bebcb5af73290ee64784f6bd54c37ac Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Thu, 4 Feb 2016 13:51:26 +0100 Subject: [PATCH] Fixed: Double-Jeopardy override by top file works now --- question.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question.py b/question.py index f1d0684..5550a64 100644 --- a/question.py +++ b/question.py @@ -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():