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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Mar 20, 2020
1 parent 2aca199 commit 66db97b
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 @@ -88,7 +88,7 @@ async def async_get_data():
else:
cases = 0

if len(deaths_str) and death_str != "-":
if len(deaths_str) and deaths_str != "-":
deaths = int(deaths_str)
else:
deaths = 0
Expand Down

0 comments on commit 66db97b

Please sign in to comment.