Omnibus commited on
Commit
31f6eb1
1 Parent(s): 64dcbf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def find_all(url,q=None,num=None):
26
  #rawp.append([tag.name for tag in soup.find_all()] )
27
  #soup_list = [tag for tag in soup.find_all()]
28
  #for tag in soup.find_all('h1','h2','h3','p','div','ul'):
29
- for i,tag in enumerate(soup.find_all()):
30
 
31
  #print (tag.get_text().name)
32
  #print(tag.findChildren("a" , recursive=False))
 
26
  #rawp.append([tag.name for tag in soup.find_all()] )
27
  #soup_list = [tag for tag in soup.find_all()]
28
  #for tag in soup.find_all('h1','h2','h3','p','div','ul'):
29
+ for i,tag in enumerate(this):
30
 
31
  #print (tag.get_text().name)
32
  #print(tag.findChildren("a" , recursive=False))