Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def list_of_clubs(ort):
|
|
131 |
|
132 |
def process_ort(ort):
|
133 |
links_text = list_of_clubs(ort)
|
134 |
-
|
135 |
vereine = []
|
136 |
|
137 |
for verein in links_text:
|
|
|
131 |
|
132 |
def process_ort(ort):
|
133 |
links_text = list_of_clubs(ort)
|
134 |
+
return links_text
|
135 |
vereine = []
|
136 |
|
137 |
for verein in links_text:
|