mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-12 11:02:10 -04:00
Fixed invalid dict key. Fixes #59.
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
03a02a9ebc
commit
112a45f270
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ class NomadNetworkApp:
|
|||
self.lxmf_sync_limit = None
|
||||
|
||||
if option == "required_stamp_cost":
|
||||
value = self.config["node"]["node_name"]
|
||||
value = self.config["client"][option]
|
||||
if value.lower() == "none":
|
||||
self.required_stamp_cost = None
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue