From c9b05519f41344e9f7549ed992b0a98ec720f933 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Tue, 5 Jan 2021 22:27:55 -0600 Subject: Update path for the today command --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f792d05..a914bca 100755 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ def today(argv): if len(argv) != 0: print("Usage: ./main.py today") today = datetime.datetime.now() - path = today.strftime("%Y/%b/%d").lower() + path = today.strftime("journal/%Y/%b/%d").lower() if get_single_page([path]) is not None: edit([path]) else: -- cgit v1.2.3