Format
This commit is contained in:
parent
195338aa89
commit
a3a1af1842
@ -70,7 +70,10 @@ bundesland_dict = {
|
||||
"1001": "Hamburg",
|
||||
}
|
||||
|
||||
def get_bez_data(tags: list[str], url: str = "https://beschaeftigtenbefragung.verdi.de/") -> list[dict]:
|
||||
|
||||
def get_bez_data(
|
||||
tags: list[str], url: str = "https://beschaeftigtenbefragung.verdi.de/"
|
||||
) -> list[dict]:
|
||||
r = requests.get(url)
|
||||
soup = BeautifulSoup(r.text, "html.parser")
|
||||
bez_data = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user