Spaces:
Running
Running
Update ask_candid/base/config/rest.py
Browse files
ask_candid/base/config/rest.py
CHANGED
@@ -11,7 +11,7 @@ class Api(TypedDict):
|
|
11 |
key: str
|
12 |
|
13 |
__env_values__ = dotenv_values(
|
14 |
-
dotenv_path=find_dotenv(".env", raise_error_if_not_found=
|
15 |
)
|
16 |
|
17 |
def _load_value(key: str):
|
|
|
11 |
key: str
|
12 |
|
13 |
__env_values__ = dotenv_values(
|
14 |
+
dotenv_path=find_dotenv(".env", raise_error_if_not_found=False)
|
15 |
)
|
16 |
|
17 |
def _load_value(key: str):
|