Comment 45 for bug 776586

Revision history for this message
GermanK (germank) wrote :

I've changed this:

self.weather = Weather(
                self.location_details[loc_ids[valid_source]],
                valid_source, self.metric_system, self.wind_unit,
                self.location_details['latitude'],
                self.location_details['longitude'])

into this:

self.weather = Weather(
                'Villers-lès-Nancy, France',
                valid_source, self.metric_system, self.wind_unit,
                self.location_details['latitude'],
                self.location_details['longitude'])