README updates
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user