use super
This commit is contained in:
parent
dcc5e859a5
commit
0169f5bf57
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ class Nodes(Thread):
|
||||||
node.join()
|
node.join()
|
||||||
if self.local:
|
if self.local:
|
||||||
self.local.close()
|
self.local.close()
|
||||||
return Thread.join(self)
|
return super().join()
|
||||||
|
|
||||||
def publish_node():
|
def publish_node():
|
||||||
update_online()
|
update_online()
|
||||||
|
|
Loading…
Reference in a new issue