mirror of
https://github.com/markqvist/LXMF.git
synced 2026-01-10 20:51:03 -05:00
Announce control destination
This commit is contained in:
parent
ba2c6b833e
commit
2ad82b68bd
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ class LXMRouter:
|
|||
def delayed_announce():
|
||||
time.sleep(LXMRouter.NODE_ANNOUNCE_DELAY)
|
||||
self.propagation_destination.announce(app_data=self.get_propagation_node_app_data())
|
||||
if len(self.control_allowed_list) > 1: self.control_destination.announce()
|
||||
|
||||
da_thread = threading.Thread(target=delayed_announce)
|
||||
da_thread.setDaemon(True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue