mgokg commited on
Commit
ef30c2c
·
verified ·
1 Parent(s): 4a825be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -134,7 +134,7 @@ def list_of_clubs(ort):
134
 
135
  def process_ort(ort):
136
  links_text = list_of_clubs(ort)
137
- return links_text
138
  vereine = []
139
 
140
  for verein in links_text:
@@ -145,8 +145,8 @@ def process_ort(ort):
145
  #vereine.append(json_data)
146
  vereine.append(result)
147
 
148
- jsondata = qwen(vereine)
149
- return jsondata
150
  return vereine
151
 
152
  for verein in links_text:
 
134
 
135
  def process_ort(ort):
136
  links_text = list_of_clubs(ort)
137
+ #return links_text
138
  vereine = []
139
 
140
  for verein in links_text:
 
145
  #vereine.append(json_data)
146
  vereine.append(result)
147
 
148
+ #jsondata = qwen(vereine)
149
+ #return jsondata
150
  return vereine
151
 
152
  for verein in links_text: