mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-03 22:55:01 -04:00
Announce propagation node
This commit is contained in:
parent
df7692d7c6
commit
ba73e3011a
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ class Node:
|
|||
self.last_announce = time.time()
|
||||
self.app.peer_settings["node_last_announce"] = self.last_announce
|
||||
self.destination.announce(app_data=self.app_data)
|
||||
self.app.message_router.announce_propagation_node()
|
||||
|
||||
def __jobs(self):
|
||||
while self.should_run_jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue