summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 74e65c8a..8cbfcff9 100755
--- a/main.py
+++ b/main.py
@@ -118,7 +118,7 @@ config.process_options(command, args);
new_entry = None
if command == "e":
- new_entry = journal.derive_entry (args)
+ new_entry = derive_new_entry (journal, args)
if new_entry is None:
sys.exit (1)