mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-15 04:42:24 +08:00
add newline
This commit is contained in:
parent
d78ab79dbd
commit
7612942d29
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def main() -> None:
|
|||
print(f"new value {k}[{_o}] = {v[_o]}")
|
||||
|
||||
oldcfg.rename(CONFIG_DIR / f"{CONFIG_FILE}.pacsave")
|
||||
oldcfg.write_text(json.dumps(new_copy, indent=4))
|
||||
oldcfg.write_text(json.dumps(new_copy, indent=4)+"\n")
|
||||
print("wrote new config")
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue