mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Fixed missing config key init
This commit is contained in:
parent
78e9ba4bdd
commit
51b8fff517
@ -229,6 +229,7 @@ class SidebandCore():
|
||||
self.config["lxmf_sync_limit"] = None
|
||||
self.config["lxmf_sync_max"] = 3
|
||||
self.config["lxmf_periodic_sync"] = False
|
||||
self.config["lxmf_ignore_unknown"] = False
|
||||
self.config["lxmf_sync_interval"] = 43200
|
||||
self.config["last_lxmf_propagation_node"] = None
|
||||
self.config["nn_home_node"] = None
|
||||
|
Loading…
Reference in New Issue
Block a user