Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def list_of_clubs(ort):
|
|
108 |
|
109 |
def process_ort(ort):
|
110 |
links_text = list_of_clubs(ort)
|
111 |
-
|
112 |
vereine = []
|
113 |
|
114 |
for verein in links_text:
|
|
|
108 |
|
109 |
def process_ort(ort):
|
110 |
links_text = list_of_clubs(ort)
|
111 |
+
return links_text
|
112 |
vereine = []
|
113 |
|
114 |
for verein in links_text:
|