Skip to content

Commit da9a938

Browse files
authored
remove redundant 'engine' in google search
1 parent 44e41d3 commit da9a938

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ client = serpapi.Client(api_key=os.getenv("API_KEY"))
195195
results = client.search({
196196
'engine': 'google',
197197
'q': 'coffee',
198-
'engine': 'google',
199198
})
200199
```
201200
- API Documentation: [serpapi.com/search-api](https://serpapi.com/search-api)

0 commit comments

Comments
 (0)