Skip to content

Commit

Permalink
AR: 2023 first special (#4697)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Sep 8, 2023
1 parent 72d0b64 commit 3298aef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scrapers/ar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,15 @@ class Arkansas(State):
"start_date": "2023-01-09",
# TODO: end date is approximate
"end_date": "2023-03-12",
"active": False,
},
{
"_scraped_name": "First Extraordinary Session, 2023",
"classification": "special",
"identifier": "2023S1",
"name": "2023 First Extraordinary Session",
"start_date": "2023-08-08",
"end_date": "2023-08-15",
"active": True,
},
]
Expand Down

0 comments on commit 3298aef

Please sign in to comment.