Merge pull request #744 from aziz-ullah-khan/pre/beta

This commit is contained in:
Marco Vinciguerra 2024-10-11 14:56:05 +02:00 committed by GitHub
commit 5211cbe5ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: