Skip to content

Commit

Permalink
Logging run
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Aug 14, 2018
1 parent 57b5f08 commit dd68d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lita/handlers/irc_handlers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,9 @@ def handle_http_windows(request, response)
location = geo_lookup('http', request.params['location'])
Lita.logger.debug "http windows location: #{location}"
forecast = get_forecast_io_results('http', location)
Lita.logger.debug "http forecast: #{forecast}"
aqi = get_aqi_results(location)
Lita.logger.debug "AQI results: #{aqi}"
Lita.logger.debug "http AQI results: #{aqi}"
pm25 = aqi['iaqi']['pm25']['v']

windows_time = do_the_http_windows_thing(forecast, pm25)
Expand Down

0 comments on commit dd68d5c

Please sign in to comment.