aboutsummaryrefslogtreecommitdiff
path: root/src/Timers.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-10-13 09:16:53 +0100
committerGravatar jesopo2018-10-13 09:16:53 +0100
commit43d026cc9d7f79ed64631e30fe1987d9818a6005 (patch)
tree277a75b6092b242cde1ce16a9c2c540c4250e8d7 /src/Timers.py
parentOnly get list of github-hook channels once (diff)
signature
Typo in src/Timers.py, 'conteext' -> 'context'
Diffstat (limited to 'src/Timers.py')
-rw-r--r--src/Timers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Timers.py b/src/Timers.py
index 57bcc6fe..e49e7edc 100644
--- a/src/Timers.py
+++ b/src/Timers.py
@@ -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)