Update plugin.py

This commit is contained in:
Gordon Shumway 2020-02-03 18:15:31 -05:00 committed by GitHub
parent fc00296b8d
commit 6a4c4171f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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