Sort journal entries after editing

Fixes #269
This commit is contained in:
Manuel Ebert 2014-08-12 10:10:15 +02:00
parent 7617f9e7f8
commit 2e75713a91

View file

@ -263,6 +263,7 @@ def run(manual_args=None):
if prompts:
util.prompt("[{0}]".format(", ".join(prompts).capitalize()))
journal.entries += other_entries
journal.sort()
journal.write()
if __name__ == "__main__":