bin/weather-report in weather-report-0.3.2 vs bin/weather-report in weather-report-0.3.3

- old
+ new

@@ -24,7 +24,7 @@ exit end end city = opt_parser.parse(ARGV) -weather = WeatherReport::Weather.new(WeatherReport::Weather.request_cityid(city)) +weather = WeatherReport::Weather.new(WeatherReport::Weather.request_cityid(*city)) puts weather.to_h