Update plugin.py
This commit is contained in:
parent
fc00296b8d
commit
6a4c4171f8
|
@ -248,7 +248,6 @@ class Jeopardy(callbacks.Plugin):
|
|||
return
|
||||
elif len(self.questions) == 0:
|
||||
self.reply(channel, 'Oops! I ran out of questions!')
|
||||
stopped[channel] = True
|
||||
self.stop(channel)
|
||||
return
|
||||
self.id = None
|
||||
|
|
Loading…
Reference in New Issue