Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Fix scraping format
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Apr 4, 2020
1 parent 0595a92 commit ea3b718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/coronavirus_hessen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def async_get_data():
_LOGGER.exception("Error processing line {}, skipping".format(line))
continue

if county == "Gesamt":
if county == "Gesamtergebnis":
county = OPTION_TOTAL
result[county] = dict(cases=cases, deaths=deaths)

Expand Down

0 comments on commit ea3b718

Please sign in to comment.