Skip to content

Commit

Permalink
Merge pull request #4738 from NewAgeAirbender/md_bills
Browse files Browse the repository at this point in the history
MD: add metadata for 2024 session
  • Loading branch information
NewAgeAirbender authored Dec 4, 2023
2 parents 9864e84 + 11aad83 commit f8cdbc1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scrapers/md/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,15 @@ class Maryland(State):
"end_date": "2023-04-10",
"active": True,
},
# {
# "_scraped_name": "2024 Regular Session",
# "classification": "primary",
# "identifier": "2024",
# "name": "2024 Regular Session",
# "start_date": "2024-01-10",
# "end_date": "2024-04-08",
# "active": True,
# },
]
ignored_scraped_sessions = [
"2024 Regular Session",
Expand Down

0 comments on commit f8cdbc1

Please sign in to comment.