diff --git a/app/bundeslaender.py b/app/bundeslaender.py index 36b8a0a..cdb403c 100644 --- a/app/bundeslaender.py +++ b/app/bundeslaender.py @@ -132,6 +132,7 @@ BUNDESLAENDER: dict[str, Bundesland] = { drucksache_format="19/1234", dokukratie_scraper="by", anmerkung="Wahltermin 2028 noch nicht offiziell festgesetzt; Schätzung Herbst 2028.", + aktiv=True, ), "BE": Bundesland( code="BE", @@ -297,6 +298,7 @@ BUNDESLAENDER: dict[str, Bundesland] = { "Wahltermin Herbst 2027 (zwischen 11.07. und 03.10.2027) noch nicht festgesetzt; " "geschätzt. Olaf Lies (SPD) seit 20.05.2025 Ministerpräsident." ), + aktiv=True, ), "NRW": Bundesland( code="NRW", @@ -360,6 +362,7 @@ BUNDESLAENDER: dict[str, Bundesland] = { "Einzige SPD-Alleinregierung in Deutschland. AfD-Status im 17. LT vor " "produktiver Nutzung verifizieren." ), + aktiv=True, ), "SN": Bundesland( code="SN",