AreesaAshfaq commited on
Commit
cc7618f
·
verified ·
1 Parent(s): 10bf10c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ else:
58
  web_paths=(url,),
59
  bs_kwargs=dict(
60
  parse_only=bs4.SoupStrainer(
61
- #class_=("post-content", "post-title", "post-header")
62
  )
63
  ),
64
  )
 
58
  web_paths=(url,),
59
  bs_kwargs=dict(
60
  parse_only=bs4.SoupStrainer(
61
+ class_=("post-content", "post-title", "post-header")
62
  )
63
  ),
64
  )