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 cbf2da4 commit 62243f8Copy full SHA for 62243f8
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