Skip to content

Commit

Permalink
Merge branch 'main' into fix_visuper_p
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie authored Jan 24, 2024
2 parents 6354069 + 3fd9bad commit 9e9ec93
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 9e9ec93

Please sign in to comment.