mgokg commited on
Commit
fea63a0
·
verified ·
1 Parent(s): b232e68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def list_of_clubs(ort):
131
 
132
  def process_ort(ort):
133
  links_text = list_of_clubs(ort)
134
- return links_text
135
  vereine = []
136
 
137
  for verein in links_text:
 
131
 
132
  def process_ort(ort):
133
  links_text = list_of_clubs(ort)
134
+ #return links_text
135
  vereine = []
136
 
137
  for verein in links_text: