mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-07-20 22:08:43 -04:00
Node announce handling.
This commit is contained in:
parent
f0fae68e31
commit
a3f7fa03eb
3 changed files with 13 additions and 14 deletions
|
@ -156,7 +156,7 @@ class NomadNetworkApp:
|
|||
|
||||
RNS.log("LXMF Router ready to receive on: "+RNS.prettyhexrep(self.lxmf_destination.hash))
|
||||
|
||||
self.directory = nomadnet.Directory.Directory(self)
|
||||
self.directory = nomadnet.Directory(self)
|
||||
|
||||
if self.enable_node:
|
||||
self.node = nomadnet.Node(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue