Skip to content

Commit

Permalink
Update tutorial006_an_py39.py
Browse files Browse the repository at this point in the history
The size parameter was not appended to results
  • Loading branch information
MuhammadAshiqAmeer committed Apr 23, 2024
1 parent b0a0d6a commit 83684df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ async def read_items(
results = {"item_id": item_id}
if q:
results.update({"q": q})
if size:
results.update({"size": size})
return results

0 comments on commit 83684df

Please sign in to comment.