Skip to content

Commit

Permalink
Updatelawsgit: Also run bgbl_scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Mar 29, 2021
1 parent 6549792 commit 3d7570f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions updatelawsgit.py
Expand Up @@ -40,6 +40,7 @@ def generate_index(minyear: int, maxyear: int) -> None:
print("Looking for law changes…")

run_command(["./banz_scraper.py", BANZ_FILE, str(minyear), str(maxyear)])
run_command(["./bgbl_scraper.py", BGBL_FILE, str(minyear), str(maxyear)])

# TODO add the other indexes here, once they are working

Expand Down

0 comments on commit 3d7570f

Please sign in to comment.