mgokg commited on
Commit
235727d
·
verified ·
1 Parent(s): 61b658f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def list_of_clubs(ort):
87
 
88
  def process_ort(ort):
89
  links_text = list_of_clubs(ort)
90
- return all_links_text
91
  vereine = []
92
 
93
  for verein in links_text:
 
87
 
88
  def process_ort(ort):
89
  links_text = list_of_clubs(ort)
90
+ return links_text
91
  vereine = []
92
 
93
  for verein in links_text: