Auto-update: Thu Aug 8 05:41:51 PDT 2024

This commit is contained in:
sanj 2024-08-08 05:41:51 -07:00
parent db2af07be6
commit ecd06715dd

View file

@ -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}"