From d84e950ca81435935c62d5612f60a0112ddbb7e1 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 2 Feb 2019 14:57:04 +0530 Subject: [PATCH] typo --- oml/nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oml/nodes.py b/oml/nodes.py index fd7a6ea..47a0f7c 100644 --- a/oml/nodes.py +++ b/oml/nodes.py @@ -512,7 +512,7 @@ class Nodes(Thread): self.queue('add', u.id, True) self.local = LocalNodes() self._pullcb = PeriodicCallback(self.pull, settings.server['pull_interval']) - state.main.add_callback(self._pingcb.start) + state.main.add_callback(self.pullcb.start) Thread.__init__(self) self.daemon = True self.start()