Skip to content

Commit

Permalink
Fixes formatting URI_TEMPLATE for DutchParlementRecordSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
fako committed Nov 11, 2023
1 parent 822f68a commit 8465781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/open_data/models/dutch_parliament/sources/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class DutchParlementRecordSearch(HttpResource):

def variables(self, *args):
return {
"url": [],
"topic": args[0],
"date_range": args[1:]
}
Expand Down

0 comments on commit 8465781

Please sign in to comment.