Skip to content

Commit

Permalink
Merge pull request #5052 from openstates/ma-fix-votes-session-identifier
Browse files Browse the repository at this point in the history
MA: fix session identifier in votes scraper to match canonical
  • Loading branch information
jessemortenson authored Oct 11, 2024
2 parents a4312f5 + 9254180 commit 904e0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/ma/votes.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def parse_match(self, match, index):

vote_event = VoteEvent(
chamber="upper",
legislative_session="193",
legislative_session="193rd",
start_date=self.vote_date,
motion_text=normalized_motion,
bill=bill_id,
Expand Down Expand Up @@ -433,7 +433,7 @@ def createVoteEvent(self):

vote = VoteEvent(
chamber="lower",
legislative_session="193",
legislative_session="193rd",
start_date=self.time,
motion_text=self.motion,
bill=bill_id,
Expand Down

0 comments on commit 904e0a6

Please sign in to comment.