parent
2eeb80f173
commit
450b510d08
1 changed files with 2 additions and 1 deletions
|
@ -215,5 +215,6 @@ class ForeCastData(object):
|
|||
|
||||
forecast = forecastio.load_forecast(self._api_key,
|
||||
self.latitude,
|
||||
self.longitude)
|
||||
self.longitude,
|
||||
units='si')
|
||||
self.data = forecast.currently()
|
||||
|
|
Loading…
Add table
Reference in a new issue