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

Commit 66db97b

Browse files
committed
Fix typo
1 parent 2aca199 commit 66db97b

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
@@ -88,7 +88,7 @@ async def async_get_data():
8888
else:
8989
cases = 0
9090

91-
if len(deaths_str) and death_str != "-":
91+
if len(deaths_str) and deaths_str != "-":
9292
deaths = int(deaths_str)
9393
else:
9494
deaths = 0

0 commit comments

Comments
 (0)