typo(again)
This commit is contained in:
parent
d84e950ca8
commit
bcfc8ba9b2
1 changed files with 1 additions and 1 deletions
|
@ -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.pullcb.start)
|
||||
state.main.add_callback(self._pullcb.start)
|
||||
Thread.__init__(self)
|
||||
self.daemon = True
|
||||
self.start()
|
||||
|
|
Loading…
Reference in a new issue