mgokg commited on
Commit
1343fe6
·
verified ·
1 Parent(s): 4d6e062

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def scrape_links(links):
99
  # Extract the name of the Verein from the URL
100
  vereinsname = parts[-1] if parts[-1] else parts[-2] # Fallback to the second-to-last part if the last part is empty
101
  texte = target_nav.text.strip()
102
- texte=texte.replace("| Amtsgericht: Schweinfurt", "")
103
  texte=texte.replace("Adresse folgt", "")
104
  texte=texte.replace("Adresse", "Adresse:")
105
  texte=texte.replace("Kontakt", "Email:")
 
99
  # Extract the name of the Verein from the URL
100
  vereinsname = parts[-1] if parts[-1] else parts[-2] # Fallback to the second-to-last part if the last part is empty
101
  texte = target_nav.text.strip()
102
+ texte=texte.replace("Amtsgericht: Schweinfurt", "")
103
  texte=texte.replace("Adresse folgt", "")
104
  texte=texte.replace("Adresse", "Adresse:")
105
  texte=texte.replace("Kontakt", "Email:")