create_node: add cosmetic newline in tahoe.cfg

This commit is contained in:
Brian Warner 2016-10-08 22:18:29 -04:00
parent 0eda544a73
commit b5aaafbe68

View File

@ -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 "")