mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 07:16:12 +02:00
parent
2615070df0
commit
c0ec95679b
4 changed files with 39 additions and 20 deletions
|
@ -63,7 +63,7 @@ def upgrade_config(config):
|
|||
for key in missing_keys:
|
||||
config[key] = default_config[key]
|
||||
save_config(config)
|
||||
print("[.jrnl_conf updated to newest version]")
|
||||
print("[.jrnl_conf updated to newest version at {}]".format(CONFIG_FILE_PATH))
|
||||
|
||||
|
||||
def save_config(config):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue