mgokg commited on
Commit
ba251cc
·
verified ·
1 Parent(s): 99c69ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 {search_term}"
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')