README updates

This commit is contained in:
Nicholas
2025-11-22 16:07:56 -05:00
parent 7347b53bfe
commit eb8dcc0f36
2 changed files with 22 additions and 65 deletions

View File

@@ -5,7 +5,7 @@ from dotenv import load_dotenv
load_dotenv()
file_path = os.getenv("file_path") if os.getenv("file_path") else "./checklist.md"
file_path = os.getenv("FILE_PATH") + "/checklist.md" if os.getenv("FILE_PATH") else "./checklist.md"
def read_json() -> dict:
try: