Skip to content

Commit

Permalink
feat: update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
asawczyn committed Sep 30, 2024
1 parent a8644fc commit 86150e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/datasets/nsa/documents.json.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: aee1eb69003b5ab670b9f9ffd79693d9
size: 116861042
- md5: f035835f18297b85698a6f84d1c098a9
size: 117137442
hash: md5
path: documents.json
2 changes: 1 addition & 1 deletion juddges/data/nsa/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class IncorrectPage(Exception):

class NSAScraper:
def __init__(
self, user_agent: str, proxy_config: dict[str, str] | None = None, wait: bool = False
self, user_agent: str, proxy_config: dict[str, str] | None = None, wait: bool = True
) -> None:
self.wait = wait
self.browser = mechanicalsoup.StatefulBrowser(
Expand Down

0 comments on commit 86150e9

Please sign in to comment.