summaryrefslogtreecommitdiffstats
path: root/update_topic.py
diff options
context:
space:
mode:
Diffstat (limited to 'update_topic.py')
-rw-r--r--update_topic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_topic.py b/update_topic.py
index bdcba6c..47a6064 100644
--- a/update_topic.py
+++ b/update_topic.py
@@ -59,7 +59,7 @@ class Scheduler(asyncore.dispatcher):
def close(self):
self.timer.cancel()
- asyncore.dispatcher.close()
+ asyncore.dispatcher.close(self)
def writable(self):
return False