From ecd06715ddc2594b7ee7db33d5b81a7017e49187 Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:41:51 -0700 Subject: [PATCH] Auto-update: Thu Aug 8 05:41:51 PDT 2024 --- sijapi/routers/news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sijapi/routers/news.py b/sijapi/routers/news.py index 570d177..8f9d664 100644 --- a/sijapi/routers/news.py +++ b/sijapi/routers/news.py @@ -183,7 +183,7 @@ async def process_and_save_article( await save_markdown_file(markdown_filename, markdown_content) # Add to daily note - await note.add_to_daily_note(relative_path) + # await note.add_to_daily_note(relative_path) return f"Successfully saved: {relative_path}"