Skip to content

Commit

Permalink
fixup! Add Senedd regmem
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Jan 21, 2025
1 parent 0aa97ef commit d3cd0d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyscraper/regmem/wales/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ def get_ms_details(ms_id: int, *, lang: Literal["en", "cy"] = "en") -> RegmemPer
person_name=name,
published_date=date,
categories=categories,
chamber=Chamber.SENEDD,
language=lang,
)

return person_entry
Expand Down

0 comments on commit d3cd0d1

Please sign in to comment.