From 2545186173e8ca7f937764a4cc777557a691e16e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 10 May 2016 01:53:32 +0200 Subject: Fix python syntax for super calls --- update_topic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_topic.py') 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 -- cgit v1.2.3-1-g7c22