Skip to content

Commit

Permalink
removing double engine declaration for Google Image
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmanski authored Oct 25, 2023
1 parent efe6d69 commit 8aa1226
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 @@ -333,7 +333,6 @@ import serpapi

client = serpapi.Client(api_key=os.getenv("API_KEY"))
results = client.search({
'engine': 'google_images',
'engine': 'google_images',
'tbm': 'isch',
'q': 'coffee',
Expand Down

0 comments on commit 8aa1226

Please sign in to comment.