mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 07:16:12 +02:00
Introduce legacy classes
This commit is contained in:
parent
df82ad1f4d
commit
a5f08e6081
6 changed files with 77 additions and 52 deletions
|
@ -65,7 +65,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 at {}]".format(CONFIG_FILE_PATH))
|
||||
print("[Configuration updated to newest version at {}]".format(CONFIG_FILE_PATH))
|
||||
|
||||
|
||||
def save_config(config):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue