mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-12 21:01:56 +08:00
Merge pull request #744 from aziz-ullah-khan/pre/beta
This commit is contained in:
commit
5211cbe5ae
@ -94,7 +94,7 @@ class SearchInternetNode(BaseNode):
|
||||
|
||||
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)
|
||||
|
||||
if len(answer) == 0:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user