Spaces:
Running
Running
Update app.py
Browse files
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 |
|