fix no client err

This commit is contained in:
Lorenze Jay
2025-01-13 10:45:12 -08:00
parent 50779582ed
commit 78aff9dbdc

View File

@@ -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()