Skip to content

Commit

Permalink
NextRequest hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka authored Jan 21, 2025
1 parent adb9afd commit cb53c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean/platforms/nextrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,4 @@ def fingerprint_nextrequest(start_url: str):


def find_max_pages(item_count: int, page_size: int):
return ceil(page_size / item_count) # type: ignore
return ceil(item_count / page_size) # type: ignore

0 comments on commit cb53c09

Please sign in to comment.