Skip to content

Commit

Permalink
Fix typo in datasets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpaulrsoucy committed Oct 16, 2023
1 parent 272b317 commit 7157992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -11775,7 +11775,7 @@
{
"id_name": "MB - Provincial Respiratory Surveillance Report - COVID-19 (webpage)",
"uuid": "363c937c-c384-4f4e-be24-fbd47fac9e83",
"active": "True",
"active": "False",
"url_fun_python": "from bs4 import BeautifulSoup; import requests; url_current = 'https://www.gov.mb.ca/health/publichealth/surveillance/covid-19/' + BeautifulSoup(requests.get('https://www.gov.mb.ca/health/publichealth/surveillance/covid-19/index.html', timeout=5).text, features='html.parser').select_one('a[href*=week]').attrs['href']",
"url_fun_r": "library(rvest); paste0('https://www.gov.mb.ca/health/publichealth/surveillance/covid-19/', html_attr(html_element(read_html('https://www.gov.mb.ca/health/publichealth/surveillance/covid-19/index.html'), 'a[href*=week]'), 'href'))",
"dir_parent": "mb",
Expand Down

0 comments on commit 7157992

Please sign in to comment.