From a2c23e34749dafce0a5eaa4db9c42c8c0483158b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonah=20Br=C3=BCchert?= Date: Mon, 29 Mar 2021 22:02:57 +0200 Subject: [PATCH] Updatelawsgit: Also run bgbl_scraper --- updatelawsgit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/updatelawsgit.py b/updatelawsgit.py index c52b6545..47367025 100755 --- a/updatelawsgit.py +++ b/updatelawsgit.py @@ -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