Skip to content

Commit c3cdff7

Browse files
committed
Update research_web.py
1 parent 224ff07 commit c3cdff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/utils/research_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def search_on_web(
7272
query, num_results=max_results, proxy=formatted_proxy,
7373
lang=language)
7474
)
75-
else:
75+
else:
7676
results = list(
7777
google_search(
7878
query, num_results=max_results, proxy=formatted_proxy)

0 commit comments

Comments
 (0)