Skip to content

Commit

Permalink
Reduce comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Apr 20, 2024
1 parent c76f2f1 commit 327bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finds_you.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def fetch_books_with_snippets(query, api_key):
params = {
'q': query,
'startIndex': start_index,
'maxResults': 40, # You can adjust this number, up to 40 is allowed
'maxResults': 40, # Up to 40 is allowed
'key': api_key
}
response = requests.get(url, params=params)
Expand Down

0 comments on commit 327bfde

Please sign in to comment.