Skip to content

Commit

Permalink
Merge pull request #5109 from openstates/ga-2025-prep
Browse files Browse the repository at this point in the history
GA: prep 2025 session, inactive for now
  • Loading branch information
jessemortenson authored Dec 3, 2024
2 parents 885aeb2 + 0572234 commit fe604c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scrapers/ga/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ class Georgia(State):
"end_date": "2023-12-07",
"active": False,
},
{
"_scraped_name": "2025-2026 Regular Session",
"identifier": "2025_26",
"name": "2025-2026 Regular Session",
"start_date": "2025-01-13",
"end_date": "2026-04-02",
"active": False,
},
]
ignored_scraped_sessions = [
"2009-2010 Regular Session",
Expand Down
1 change: 1 addition & 0 deletions scrapers/ga/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def _():
# available via the session dropdown on
# http://www.legis.ga.gov/Legislation/en-US/Search.aspx
SESSION_SITE_IDS = {
"2025_26": 1033,
"2023_ss": 1032,
"2023_24": 1031,
"2021_ss": 1030,
Expand Down

0 comments on commit fe604c6

Please sign in to comment.