mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-12 21:01:56 +08:00
Fix: search_on_web paremter
This commit is contained in:
parent
694032243f
commit
7f03ec15de
@ -94,7 +94,7 @@ class SearchInternetNode(BaseNode):
|
|||||||
|
|
||||||
self.logger.info(f"Search Query: {search_query}")
|
self.logger.info(f"Search Query: {search_query}")
|
||||||
|
|
||||||
answer = search_on_web(query=search_query, num_results=self.max_results,
|
answer = search_on_web(query=search_query, max_results=self.max_results,
|
||||||
search_engine=self.search_engine, proxy=self.proxy)
|
search_engine=self.search_engine, proxy=self.proxy)
|
||||||
|
|
||||||
if len(answer) == 0:
|
if len(answer) == 0:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user