Typo in src/Timers.py, 'conteext' -> 'context'
This commit is contained in:
parent
381b00f2cd
commit
43d026cc9d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class Timers(object):
|
|||
if timer.context:
|
||||
self.context_timers[timer.context].remove(timer)
|
||||
if not self.context_timers[timer.context]:
|
||||
del self.context_timers[timer.conteext]
|
||||
del self.context_timers[timer.context]
|
||||
else:
|
||||
self.timers.remove(timer)
|
||||
self.database.bot_settings.delete("timer-%s" % timer.id)
|
||||
|
|
Loading…
Reference in a new issue