diff options
| author | 2018-10-13 09:16:53 +0100 | |
|---|---|---|
| committer | 2018-10-13 09:16:53 +0100 | |
| commit | 43d026cc9d7f79ed64631e30fe1987d9818a6005 (patch) | |
| tree | 277a75b6092b242cde1ce16a9c2c540c4250e8d7 /src/Timers.py | |
| parent | Only 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.py | 2 |
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) |
