Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def process_ort(ort):
|
|
100 |
}
|
101 |
|
102 |
#search_results = google_search(search_term)
|
103 |
-
url = f"https://www.google.com/search?q=impressum {
|
104 |
response = requests.get(url, headers=headers)
|
105 |
soup = BeautifulSoup(response.content, 'html.parser')
|
106 |
impressum_div = soup.find('body')
|
|
|
100 |
}
|
101 |
|
102 |
#search_results = google_search(search_term)
|
103 |
+
url = f"https://www.google.com/search?q=impressum {verein}"
|
104 |
response = requests.get(url, headers=headers)
|
105 |
soup = BeautifulSoup(response.content, 'html.parser')
|
106 |
impressum_div = soup.find('body')
|