Skip to content

Commit 62243f8

Browse files
committed
fix: improve api desc
1 parent cbf2da4 commit 62243f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraph-py/scrapegraph_py/utils/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def validate_api_key(api_key: str) -> bool:
1717
UUID(uuid_part)
1818
except ValueError:
1919
raise ValueError(
20-
"Invalid API key format. API key must be 'sgai-' followed by a valid UUID."
20+
"Invalid API key format. API key must be 'sgai-' followed by a valid UUID. You can get one at https://dashboard.scrapegraphai.com/"
2121
)
2222
return True
2323

0 commit comments

Comments
 (0)