Skip to content

Commit

Permalink
derp w-pass fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyc committed Jan 12, 2012
1 parent fddd4d4 commit 8a7e20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/willamette.rb
Expand Up @@ -29,7 +29,7 @@ def get_data
:snowfall_twelve => table_data[:"12_hour_snowfall"].to_i,
:snowfall_twentyfour => table_data[:"24_hour_snowfall"].to_i,
:base_temp => table_data[:temperature].to_i,
:base_mid => table_data[:snow_level_at_midway].to_i,
:mid_temp => table_data[:snow_level_at_midway].to_i,
:base_depth => table_data[:snow_level_at_lodge].to_i
}
end
Expand Down

0 comments on commit 8a7e20c

Please sign in to comment.