mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
remove spaces so config format is the same as normal file saving
This commit is contained in:
parent
f6b1c65faa
commit
e1ae122297
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ class ReticulumMeshChat:
|
|||
if sub_name in {"type", "port", "interface_enabled"}:
|
||||
continue
|
||||
if isinstance(sub_config, dict):
|
||||
output.append(f" [[[ {sub_name} ]]]")
|
||||
output.append(f" [[[{sub_name}]]]")
|
||||
for sub_key, sub_value in sub_config.items():
|
||||
output.append(f" {sub_key} = {sub_value}")
|
||||
output.append("")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue