Skip to content

Commit

Permalink
More fixes for the ?'s.
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Nov 2, 2015
1 parent 3c755b2 commit 569fc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lita/handlers/forecasts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def do_the_rain_intensity_thing(forecast, chars, key) #, type, range_colors = ni
data_points.push datum[key]
end

# 0.180 appears in Portland, now.
str = get_dot_str(chars, data, 0, 0.15, key)
# Fixed range graph- 0-0.11.
str = get_dot_str(chars, data, 0, 0.11, key)

if config.colors
str = get_colored_string(data, key, str, get_rain_intensity_range_colors)
Expand Down

0 comments on commit 569fc46

Please sign in to comment.