Skip to content

Commit 6e18a44

Browse files
Merge pull request #5698 from openstates/ga-2026-special-session
GA: enable 2026 special session
2 parents 5e345a2 + 58fa848 commit 6e18a44

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

scrapers/ga/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,14 @@ class Georgia(State):
104104
"name": "2025-2026 Regular Session",
105105
"start_date": "2025-01-13",
106106
"end_date": "2026-04-02",
107+
"active": False,
108+
},
109+
{
110+
"_scraped_name": "2026 Special Session",
111+
"identifier": "2026_ss",
112+
"name": "2026 Special Session",
113+
"start_date": "2026-06-17",
114+
"end_date": "2026-12-13", # TODO real end date
107115
"active": True,
108116
},
109117
]

scrapers/ga/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def _():
5252
# available via the session dropdown on
5353
# http://www.legis.ga.gov/Legislation/en-US/Search.aspx
5454
SESSION_SITE_IDS = {
55+
"2026_ss": 1034,
5556
"2025_26": 1033,
5657
"2023_ss": 1032,
5758
"2023_24": 1031,

0 commit comments

Comments
 (0)