Skip to content

Commit a553324

Browse files
author
Zach Banks
committed
MOD: Change response grammar
1 parent 5ceec80 commit a553324

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

databento/historical/http.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ def _check_api_key(self) -> None:
4646
if self._key == "YOUR_API_KEY":
4747
raise ValueError(
4848
"The API key is currently set to 'YOUR_API_KEY'. "
49-
"Please replace this value with a valid API key. "
50-
"You can find these through your Databento user portal.",
49+
"Please replace this value with a key from your user portal https://databento.com/portal/keys",
5150
)
5251

5352
def _get(

0 commit comments

Comments
 (0)