Skip to content

Commit

Permalink
Use correct rounding lookup for haysChart
Browse files Browse the repository at this point in the history
  • Loading branch information
James-76 committed Jun 6, 2022
1 parent 685ba2f commit 43a4f12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/user/belchertown.py
Expand Up @@ -2721,6 +2721,8 @@ def run(self):
rounding_obs_lookup = "rain"
elif observation_type == "weatherRange":
rounding_obs_lookup = weatherRange_obs_lookup
elif observation_type == "haysChart":
rounding_obs_lookup = "windSpeed"
else:
rounding_obs_lookup = observation_type
try:
Expand Down

0 comments on commit 43a4f12

Please sign in to comment.