Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from lincbrain/ak-54
Browse files Browse the repository at this point in the history
More trivial change for new git tag
  • Loading branch information
aaronkanzer authored Jan 30, 2024
2 parents c484c73 + 67ea68a commit 8eac876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lincbrain/dandiapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def paginate(
if params is None:
params = {}
params["page_size"] = page_size

resp = self.get(path, params=params, json_resp=False)
r = resp.json()
if r["next"] is not None:
Expand Down

0 comments on commit 8eac876

Please sign in to comment.