Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flareio/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ def scroll(
)
resp.raise_for_status()

yield resp

resp_body = resp.json()

yield resp

if "next" not in resp_body:
raise Exception(
"'next' was not found in the response body. Are you sure it supports scrolling?"
Expand Down