Skip to content

Commit

Permalink
Update api_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vguptarippling authored Apr 18, 2024
1 parent 3aad3e9 commit b03f83b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rippling_cli/core/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def find_paginated(self, endpoint, page=1, page_size=10, read_preference="SECOND
has_more = False if not cursor else True
items = data["data"]
page += 1
print(page)
yield items
else:
response.raise_for_status()
Expand Down

0 comments on commit b03f83b

Please sign in to comment.