mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-10 10:04:56 -04:00
Added local node info box
This commit is contained in:
parent
7d5bb8e016
commit
a6376c716d
3 changed files with 148 additions and 12 deletions
|
@ -121,6 +121,7 @@ class Node:
|
|||
def announce(self):
|
||||
self.app_data = self.name.encode("utf-8")
|
||||
self.last_announce = time.time()
|
||||
self.app.peer_settings["node_last_announce"] = self.last_announce
|
||||
self.destination.announce(app_data=self.app_data)
|
||||
|
||||
def __jobs(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue