diff --git a/jrnl/cli.py b/jrnl/cli.py index 389afc0a..f133360d 100644 --- a/jrnl/cli.py +++ b/jrnl/cli.py @@ -267,6 +267,3 @@ def run(manual_args=None): journal.entries += other_entries journal.sort() journal.write() - -if __name__ == "__main__": - run()