Omnibus commited on
Commit
048a599
·
1 Parent(s): a4ae764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ def details_fn(query):
53
  page = requests.get(f"{query}")
54
  #links = soup.findAll("a")
55
  soup = BeautifulSoup(page.content, 'html.parser')
56
- print (title)
57
  try:
58
  title = soup.title.string
59
  except Exception as e:
 
53
  page = requests.get(f"{query}")
54
  #links = soup.findAll("a")
55
  soup = BeautifulSoup(page.content, 'html.parser')
 
56
  try:
57
  title = soup.title.string
58
  except Exception as e: