remove redundant code
This commit is contained in:
parent
2b179ca3ef
commit
be44eb569e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue