mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
fix no client err
This commit is contained in:
@@ -181,4 +181,4 @@ class ScrapegraphScrapeTool(BaseTool):
|
||||
raise RuntimeError(f"Scraping failed: {str(e)}")
|
||||
finally:
|
||||
# Always close the client
|
||||
self.client.close()
|
||||
self._client.close()
|
||||
|
||||
Reference in New Issue
Block a user