Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def list_of_clubs(ort):
|
|
121 |
|
122 |
def process_ort(ort):
|
123 |
links_text = list_of_clubs(ort)
|
124 |
-
return links_text
|
125 |
vereine = []
|
126 |
|
127 |
for verein in links_text:
|
|
|
121 |
|
122 |
def process_ort(ort):
|
123 |
links_text = list_of_clubs(ort)
|
124 |
+
#return links_text
|
125 |
vereine = []
|
126 |
|
127 |
for verein in links_text:
|