Omnibus commited on
Commit
62f0b09
1 Parent(s): fa288e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def link_find(url):
18
  for p in soup.find_all("a"):
19
  out.append({"LINK TITLE":p.get('title'),"URL":p.get('href'),"STRING":p.string,"TREE":[]})
20
  else:
21
- return ["None"]
22
  return out
23
  #https://huggingface.co/spaces/Omnibus/crawl
24
 
 
18
  for p in soup.find_all("a"):
19
  out.append({"LINK TITLE":p.get('title'),"URL":p.get('href'),"STRING":p.string,"TREE":[]})
20
  else:
21
+ pass
22
  return out
23
  #https://huggingface.co/spaces/Omnibus/crawl
24