Skip to content

Commit f8cdbc1

Browse files
Merge pull request #4738 from NewAgeAirbender/md_bills
MD: add metadata for 2024 session
2 parents 9864e84 + 11aad83 commit f8cdbc1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scrapers/md/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,15 @@ class Maryland(State):
190190
"end_date": "2023-04-10",
191191
"active": True,
192192
},
193+
# {
194+
# "_scraped_name": "2024 Regular Session",
195+
# "classification": "primary",
196+
# "identifier": "2024",
197+
# "name": "2024 Regular Session",
198+
# "start_date": "2024-01-10",
199+
# "end_date": "2024-04-08",
200+
# "active": True,
201+
# },
193202
]
194203
ignored_scraped_sessions = [
195204
"2024 Regular Session",

0 commit comments

Comments
 (0)