remove redundant code

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

View File

@ -342,10 +342,6 @@ class Jeopardy(callbacks.Plugin):
del self.games[channel]
except KeyError:
return
try:
del self.games[channel]
except KeyError:
return
def timedEvent(self, channel):