mgokg commited on
Commit
8510eec
·
verified ·
1 Parent(s): cf15a41

Update app.py

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