mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Adds feedback on updating jrnl_conf
This commit is contained in:
parent
c88ea3987f
commit
1c5d0a57cc
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ def update_config(config):
|
|||
config[key] = default_config[key]
|
||||
with open(CONFIG_PATH, 'w') as f:
|
||||
json.dump(config, f, indent=2)
|
||||
print("[.jrnl_conf updated to newest version]")
|
||||
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser()
|
||||
|
|
Loading…
Add table
Reference in a new issue