mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-14 22:26:39 +00:00
create_node: add cosmetic newline in tahoe.cfg
This commit is contained in:
parent
0eda544a73
commit
b5aaafbe68
@ -132,6 +132,7 @@ def write_node_config(c, config):
|
||||
if config["hide-ip"]:
|
||||
c.write("[connections]\n")
|
||||
c.write("tcp = tor\n")
|
||||
c.write("\n")
|
||||
|
||||
c.write("[node]\n")
|
||||
nickname = argv_to_unicode(config.get("nickname") or "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user