Omnibus commited on
Commit
ee2a36e
·
verified ·
1 Parent(s): c6f6c14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -313,7 +313,7 @@ def find_all(purpose,task,history, url):
313
  #cnt+=len(p.string)
314
  #cnt+=len(p)
315
 
316
- out.append([{"LINK TITLE":p['title'],"URL":p['href']}])
317
  c=0
318
  out = str(out)
319
  rl = len(out)
 
313
  #cnt+=len(p.string)
314
  #cnt+=len(p)
315
 
316
+ out.append([{"LINK TITLE":p.get('title'),"URL":p.get('href'),"STRING":p.string}])
317
  c=0
318
  out = str(out)
319
  rl = len(out)