Omnibus commited on
Commit
c0e818a
1 Parent(s): a4e653d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def find_it1(url,q=None,num=None):
33
  out.append(f'{p.text}\n')
34
  out.append("\n")
35
  #print([str(tag) for tag in soup.find_all()])
36
- for tag in soup.find_all()
37
  rawp.append(f'{tag}\n')
38
  for url in soup.find_all('a'):
39
  print(url.get('href'))
 
33
  out.append(f'{p.text}\n')
34
  out.append("\n")
35
  #print([str(tag) for tag in soup.find_all()])
36
+ for tag in soup.find_all():
37
  rawp.append(f'{tag}\n')
38
  for url in soup.find_all('a'):
39
  print(url.get('href'))