mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
fix client init on scrapegraph tool
This commit is contained in:
@@ -167,7 +167,7 @@ class ScrapegraphScrapeTool(BaseTool):
|
||||
|
||||
try:
|
||||
# Make the SmartScraper request
|
||||
response = self.client.smartscraper(
|
||||
response = self._client.smartscraper(
|
||||
website_url=website_url,
|
||||
user_prompt=user_prompt,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user