From d6a1d307475d7bdd6ab8ff1398473ac569da606c Mon Sep 17 00:00:00 2001 From: venus Date: Wed, 4 Mar 2026 23:12:40 -0600 Subject: [PATCH] addded todo comment --- app/build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/build.py b/app/build.py index 905483d..69e4d8f 100644 --- a/app/build.py +++ b/app/build.py @@ -18,7 +18,6 @@ def html_file(filename: str, contentPath: Path): #renders markwown from filename return htmlContent def obsidian_vault(dest = "/vault"): # makes sure there is a vault in dest - # TO DO account for vault existing and not being a valid repo from git import Repo url = os.getenv("OBSIDIAN_VAULT_URL") token = os.getenv("OBSIDIAN_VAULT_TOKEN")