Jeopardy: add hintNum variable to hint_template

This commit is contained in:
Gordon Shumway 2020-06-18 16:52:10 -04:00 committed by GitHub
parent a981251acc
commit 112e184152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -633,7 +633,7 @@ class Jeopardy(callbacks.Plugin):
len(str(self.timeout))
)
reply = self.hint_template.render(
hint=self.currentHint, time=timeLeft, points=points
hint=self.currentHint, time=timeLeft, points=points, hintNum = self.hints
)
if self.showHints or self.showTime: