Skip to content

Commit

Permalink
Merge pull request #4956 from NewAgeAirbender/va_bills
Browse files Browse the repository at this point in the history
VA: add dedupe_key to lower Events
  • Loading branch information
NewAgeAirbender authored May 22, 2024
2 parents a43058b + 6f1ce70 commit dc75623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrapers/va/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def scrape_lower(self):
classification=event_type,
)
event.add_source(source)
event.dedupe_key = f"{title}#{location}#{start}"

if chair is not None:
event.add_participant(chair, type="person", note="chair")
Expand Down

0 comments on commit dc75623

Please sign in to comment.