Skip to content

Commit

Permalink
Merge pull request #882 from freelawproject/fix-lactapp-1
Browse files Browse the repository at this point in the history
fix(lactapp_1): Fix lactapp_1
  • Loading branch information
flooie authored Jan 24, 2024
2 parents ca93ed6 + 5d2998a commit 3fd9bad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions juriscraper/opinions/united_states/state/lactapp_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def __init__(self, *args, **kwargs):
# (Unpublished cases have "Not Designated For Publication" on
# the cover page.)
self.status = "Unknown"
self.cipher = "AES128-SHA"
self.set_custom_adapter(self.cipher)

def _process_html(self):
for row in self.html.cssselect("#opinion_contentTable tbody tr"):
Expand Down

0 comments on commit 3fd9bad

Please sign in to comment.