Skip to content

Commit

Permalink
Merge pull request #55 from sfbrigade/standard-output-fix
Browse files Browse the repository at this point in the history
Made standard output for github action.
  • Loading branch information
kengoy authored May 17, 2020
2 parents f8b7923 + 6d05ffe commit 40f7ac4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def pipeline(counties: List[str]) -> Dict[str, Dict]:
county_data = get_county_data(counties, all_data)
return county_data

# uncomment the lines below to log all of the scraped and cleaned data to the console
"""
bay_area_counties = [
'Solano County, California, United States',
'Alameda County, California, United States',
Expand All @@ -66,4 +64,3 @@ def pipeline(counties: List[str]) -> Dict[str, Dict]:
]
covid_data = pipeline(bay_area_counties)
print(json.dumps(covid_data, indent=4))
"""

0 comments on commit 40f7ac4

Please sign in to comment.