Skip to content

Commit 71c8376

Browse files
Remove hardoded windows path
1 parent 7236108 commit 71c8376

File tree

1 file changed

+1
-1
lines changed
  • atomic-examples/fastapi-memory/fastapi_memory/lib

1 file changed

+1
-1
lines changed

atomic-examples/fastapi-memory/fastapi_memory/lib/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_api_key() -> str:
2222

2323
search_paths = [
2424
Path(".env"),
25-
Path(r"C:\dev_new\BrainAtomics\atomic-monorepo\atomic-examples\quickstart\.env"),
25+
Path("..") / "quickstart" / ".env",
2626
]
2727

2828
for env_path in search_paths:

0 commit comments

Comments
 (0)