Skip to content

Commit

Permalink
OR: 2024 First Special (#5129)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Dec 13, 2024
1 parent 73765ff commit f3068b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scrapers/or/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ class Oregon(State):
"name": "2024 Regular Session",
"start_date": "2024-02-05",
"end_date": "2024-03-10",
"active": False,
},
{
"_scraped_name": "2024 1st Special Session",
"identifier": "2024S1",
"name": "2024 Special Session",
"start_date": "2024-12-12",
"end_date": "2024-12-20",
"active": True,
},
]
Expand Down
1 change: 1 addition & 0 deletions scrapers/or/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ def url_fix(s):
"2022R1": "2022R1",
"2023R1": "2023R1",
"2024R1": "2024R1",
"2024S1": "2024S1",
}

0 comments on commit f3068b1

Please sign in to comment.