Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ def list_of_clubs(ort):
|
|
143 |
|
144 |
def process_ort(ort):
|
145 |
links_text = list_of_clubs(ort)
|
146 |
-
return links_text
|
147 |
vereine = []
|
148 |
|
149 |
for verein in links_text:
|
|
|
143 |
|
144 |
def process_ort(ort):
|
145 |
links_text = list_of_clubs(ort)
|
146 |
+
#return links_text
|
147 |
vereine = []
|
148 |
|
149 |
for verein in links_text:
|