Skip to content

Commit

Permalink
CO: 2024S1 (#5013)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Aug 26, 2024
1 parent e6033d6 commit 2794fc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scrapers/co/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,16 @@ class Colorado(State):
"end_date": "2024-05-08",
"active": True,
},
{
"_scraped_name": "2024 Extraordinary Session",
"classification": "special",
"identifier": "2024B",
"name": "2024 First Extraordinary Session",
"start_date": "2024-08-26",
# TODO
"end_date": "2024-08-30",
"active": True,
},
]
ignored_scraped_sessions = [
"2020 Extraordinary Session",
Expand Down
1 change: 1 addition & 0 deletions scrapers/co/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"2023A": "92641",
"2023B": "95726",
"2024A": "95971",
"2024B": "104106",
}

BAD_URLS = [
Expand Down

0 comments on commit 2794fc5

Please sign in to comment.