Skip to content

Commit

Permalink
Adjust lower bound popularity page limit
Browse files Browse the repository at this point in the history
  • Loading branch information
vojay-dev committed Apr 18, 2024
1 parent 1aa3b87 commit cba23d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemini_movie_detectives_api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _get_page_min(popularity: int) -> int:
return {
3: 1,
2: 10,
1: 100
1: 50
}.get(popularity, 1)


Expand Down

0 comments on commit cba23d4

Please sign in to comment.