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
c289aaeb8c
commit
46ba622aa1
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ def update_config(config):
|
||||||
config[key] = default_config[key]
|
config[key] = default_config[key]
|
||||||
with open(CONFIG_PATH, 'w') as f:
|
with open(CONFIG_PATH, 'w') as f:
|
||||||
json.dump(config, f, indent=2)
|
json.dump(config, f, indent=2)
|
||||||
|
print("[.jrnl_conf updated to newest version]")
|
||||||
|
|
||||||
def parse_args():
|
def parse_args():
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
|
|
Loading…
Add table
Reference in a new issue