Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def list_of_clubs(ort):
|
|
87 |
|
88 |
def process_ort(ort):
|
89 |
links_text = list_of_clubs(ort)
|
90 |
-
return
|
91 |
vereine = []
|
92 |
|
93 |
for verein in links_text:
|
|
|
87 |
|
88 |
def process_ort(ort):
|
89 |
links_text = list_of_clubs(ort)
|
90 |
+
return links_text
|
91 |
vereine = []
|
92 |
|
93 |
for verein in links_text:
|