Jeopardy: fix duplicate HINT: text.

This commit is contained in:
Gordon Shumway 2020-02-01 11:47:37 -05:00 committed by GitHub
parent cd88582ea1
commit 8efb01accb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ class Jeopardy(callbacks.Plugin):
except:
break
hint[self.channel] = "HINT: {0}".format(''.join(self.show[self.id]))
self.reply(_('HINT: %s') % (hint[self.channel]))
self.reply(hint[self.channel])
self.p = int(self.p * reduction)
def event():
self.timedEvent()