fixed white space

This commit is contained in:
WilliamEspegren
2024-05-22 17:05:46 +02:00
parent 60eb6e7c6f
commit 70b5a3ab85

View File

@@ -33,7 +33,7 @@ class SpiderTool(BaseTool):
if params is None or params == {}:
params = {"return_format": "markdown"}
action = (
self.spider.scrape_url if mode == "scrape" else self.spider.crawl_url
)