mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-01-26 22:27:02 -05:00
Fixed node announce interval
This commit is contained in:
parent
5f651f8786
commit
2ec674fbf3
@ -31,6 +31,10 @@ class Node:
|
||||
if self.app.node_announce_at_start:
|
||||
self.announce()
|
||||
|
||||
job_thread = threading.Thread(target=self.__jobs)
|
||||
job_thread.setDaemon(True)
|
||||
job_thread.start()
|
||||
|
||||
|
||||
def register_pages(self):
|
||||
self.servedpages = []
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.1.2"
|
||||
__version__ = "0.1.3"
|
Loading…
x
Reference in New Issue
Block a user