From c3cdff77ae98594c27f9b976e76dd994a9c94cc2 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Sun, 12 Jan 2025 16:30:28 +0100 Subject: [PATCH] Update research_web.py --- scrapegraphai/utils/research_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapegraphai/utils/research_web.py b/scrapegraphai/utils/research_web.py index 4a3bacea..b711eb37 100644 --- a/scrapegraphai/utils/research_web.py +++ b/scrapegraphai/utils/research_web.py @@ -72,7 +72,7 @@ def search_on_web( query, num_results=max_results, proxy=formatted_proxy, lang=language) ) - else: + else: results = list( google_search( query, num_results=max_results, proxy=formatted_proxy)