mgokg commited on
Commit
7218458
·
verified ·
1 Parent(s): 4948ad8

Update app.py

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