Skip to content

Commit

Permalink
AR: set 2025 live (#5093)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Nov 21, 2024
1 parent 6696b62 commit d0cfefe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scrapers/ar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ class Arkansas(State):
"name": "2024 Fiscal Session",
"start_date": "2024-04-10",
"end_date": "2024-05-09",
"active": True,
"active": False,
},
{
"_scraped_name": "Second Extraordinary Session, 2024",
Expand All @@ -242,7 +242,7 @@ class Arkansas(State):
"start_date": "2024-06-17",
# TODO: update end date
"end_date": "2024-07-01",
"active": True,
"active": False,
},
{
"_scraped_name": "Regular Session, 2025",
Expand All @@ -251,7 +251,7 @@ class Arkansas(State):
"name": "2025 Regular Session",
"start_date": "2025-01-13",
"end_date": "2025-04-11",
"active": False,
"active": True,
},
]
ignored_scraped_sessions = [
Expand Down

0 comments on commit d0cfefe

Please sign in to comment.