Skip to content

Commit 7f1578f

Browse files
committed
Update google_search_function error message
1 parent f9444c8 commit 7f1578f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_app/google_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def google_search_function(search_query):
3030
links.append(link)
3131
return links
3232
else:
33-
return {"error": "An error occurred"}
33+
return {"error": "Google search failed"}
3434

3535

3636
if __name__ == "__main__":

0 commit comments

Comments
 (0)