mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-02-25 09:21:10 -05:00
Fixed missing dictionary initialisations
This commit is contained in:
parent
fa2382e34a
commit
2354ba3412
@ -200,6 +200,9 @@ class NomadNetworkApp:
|
||||
"node_last_announce": None,
|
||||
"propagation_node": None,
|
||||
"last_lxmf_sync": 0,
|
||||
"node_connects": 0,
|
||||
"served_page_requests": 0,
|
||||
"served_file_requests": 0
|
||||
}
|
||||
self.save_peer_settings()
|
||||
RNS.log("Created new peer settings file")
|
||||
|
Loading…
x
Reference in New Issue
Block a user