mgokg commited on
Commit
ee7f296
·
verified ·
1 Parent(s): 6e226bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #return links_text
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: