mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
fixed white space
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user