Skip to content

Commit

Permalink
remove redundant 'engine' in google search
Browse files Browse the repository at this point in the history
  • Loading branch information
DLH06 authored Jul 13, 2024
1 parent 44e41d3 commit da9a938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ client = serpapi.Client(api_key=os.getenv("API_KEY"))
results = client.search({
'engine': 'google',
'q': 'coffee',
'engine': 'google',
})
```
- API Documentation: [serpapi.com/search-api](https://serpapi.com/search-api)
Expand Down

0 comments on commit da9a938

Please sign in to comment.