Skip to content

Commit

Permalink
MD, UT: Bills: Ignore empty future sessions (#4718)
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst authored Nov 13, 2023
1 parent 80bb304 commit 61b6685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scrapers/md/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ class Maryland(State):
},
]
ignored_scraped_sessions = [
"2024 Regular Session",
"1996 Regular Session",
"1997 Regular Session",
"1998 Regular Session",
Expand Down
1 change: 1 addition & 0 deletions scrapers/ut/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ class Utah(State):
},
]
ignored_scraped_sessions = [
"2023 1st House Extraordinary Session",
"2023 2nd Special Session",
"2024 General Session",
"2013 1st House Session",
Expand Down

0 comments on commit 61b6685

Please sign in to comment.