Skip to content

Commit e18d524

Browse files
committed
Update research_web.py
1 parent 443cf14 commit e18d524

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

scrapegraphai/utils/research_web.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@ def search_on_web(
7676
)
7777
else:
7878
results = list(
79-
google_search(query, num_results=max_results, proxy=formatted_proxy, lang=language)
79+
google_search(
80+
query,
81+
num_results=max_results,
82+
proxy=formatted_proxy,
83+
lang=language,
84+
)
8085
)
8186

8287
elif search_engine == "duckduckgo":

0 commit comments

Comments
 (0)