We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e345a2 + 58fa848 commit 6e18a44Copy full SHA for 6e18a44
2 files changed
scrapers/ga/__init__.py
@@ -104,6 +104,14 @@ class Georgia(State):
104
"name": "2025-2026 Regular Session",
105
"start_date": "2025-01-13",
106
"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
115
"active": True,
116
},
117
]
scrapers/ga/util.py
@@ -52,6 +52,7 @@ def _():
52
# available via the session dropdown on
53
# http://www.legis.ga.gov/Legislation/en-US/Search.aspx
54
SESSION_SITE_IDS = {
55
+ "2026_ss": 1034,
56
"2025_26": 1033,
57
"2023_ss": 1032,
58
"2023_24": 1031,
0 commit comments