We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863898e commit 4732741Copy full SHA for 4732741
scrapegraph-py/scrapegraph_py/utils/helpers.py
@@ -17,7 +17,7 @@ def validate_api_key(api_key: str) -> bool:
17
UUID(uuid_part)
18
except ValueError:
19
raise ValueError(
20
- "Invalid API key format. API key must be 'sgai-' followed by a valid UUID."
+ "Invalid API key format. API key must be 'sgai-' followed by a valid UUID. You can get one at https://dashboard.scrapegraphai.com/"
21
)
22
return True
23
0 commit comments