We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ceec80 commit a553324Copy full SHA for a553324
1 file changed
databento/historical/http.py
@@ -46,8 +46,7 @@ def _check_api_key(self) -> None:
46
if self._key == "YOUR_API_KEY":
47
raise ValueError(
48
"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.",
+ "Please replace this value with a key from your user portal https://databento.com/portal/keys",
51
)
52
53
def _get(
0 commit comments