Skip to content

Commit

Permalink
Merge pull request #1785 from laws-africa/gazettes-adapter
Browse files Browse the repository at this point in the history
Fix adapter params
  • Loading branch information
actlikewill authored Apr 4, 2024
2 parents 995ae43 + 6814a9d commit 17c0d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peachjam/adapters/gazettes.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def get_updated_docs(self, last_refreshed):
url = f"{self.api_url}/gazettes/archived.json"
while url:
res = self.client_get(url, params=params).json()
params = {}
results.extend(res["results"])
url = res["next"]

Expand Down

0 comments on commit 17c0d9f

Please sign in to comment.