UKURIKIYEYEZU commited on
Commit
a07e3e2
·
verified ·
1 Parent(s): 80ff3aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ def clean_body_content(html_content):
199
  if __name__ == "__main__":
200
  website = [
201
  "https://www.rib.gov.rw/index.php?id=371",
202
- "https://haguruka.org.rw/our-work/"
203
  ]
204
  all_content = scrape_websites(website)
205
 
 
199
  if __name__ == "__main__":
200
  website = [
201
  "https://www.rib.gov.rw/index.php?id=371",
202
+ #"https://haguruka.org.rw/our-work/"
203
  ]
204
  all_content = scrape_websites(website)
205