Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Add back default cursor from previous implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Oct 25, 2022
1 parent b54f8af commit 1ea1a50
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def __init__(self, *args, **kwargs):
# ``self.date`` attribute for us, so we can construct that
# ``query`` prop for the request params ahead of time.
"query": self._get_timestamp_query_param(self.date),
"cursor": "*",
}

self.record_builder = EuropeanaRecordBuilder()
Expand Down

0 comments on commit 1ea1a50

Please sign in to comment.