use super

This commit is contained in:
j 2019-01-12 22:34:02 +05:30
parent dcc5e859a5
commit 0169f5bf57
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ class Nodes(Thread):
node.join()
if self.local:
self.local.close()
return Thread.join(self)
return super().join()
def publish_node():
update_online()