Skip to content

Commit 6272be9

Browse files
committed
removed the API_KEY
1 parent 28cf214 commit 6272be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraph-py/examples/async/async_smartscraper_infinite_scroll_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def scrape_companies(client: AsyncClient, url: str, batch: str) -> None:
3636

3737
async def main():
3838
# Initialize async client
39-
client = AsyncClient(api_key="sgai-4cf4a4f5-87f7-457a-8c58-0790ecaf323e")
39+
client = AsyncClient(api_key="Your-API-Key")
4040

4141
try:
4242
# Example YC batch URLs

0 commit comments

Comments
 (0)