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

Commit ea3b718

Browse files
committed
Fix scraping format
1 parent 0595a92 commit ea3b718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/coronavirus_hessen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async def async_get_data():
8686
_LOGGER.exception("Error processing line {}, skipping".format(line))
8787
continue
8888

89-
if county == "Gesamt":
89+
if county == "Gesamtergebnis":
9090
county = OPTION_TOTAL
9191
result[county] = dict(cases=cases, deaths=deaths)
9292

0 commit comments

Comments
 (0)