Skip to content

Commit 35bd03e

Browse files
committed
Update smartscraper_example.py
1 parent 521de75 commit 35bd03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraph-py/examples/smartscraper_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
sgai_logger.set_logging(level="DEBUG")
66

77
# Initialize the client with explicit API key
8-
sgai_client = Client(api_key="sgai-6a2e7715-d895-4960-a037-27ec220f00e9")
8+
sgai_client = Client(api_key="your_api_key")
99

1010
# SmartScraper request
1111
response = sgai_client.smartscraper(

0 commit comments

Comments
 (0)