brainsqueeze commited on
Commit
e8a8618
·
verified ·
1 Parent(s): e5c9661

Update ask_candid/base/config/rest.py

Browse files
Files changed (1) hide show
  1. ask_candid/base/config/rest.py +1 -1
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=True)
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):