aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)