wcurrent and daily weather added
This commit is contained in:
@@ -257,7 +257,7 @@ def updateWeather(location, api_key):
|
||||
dct['main_weather'] = day['weather'][0]['main']
|
||||
dct['description'] = day['weather'][0]['description']
|
||||
dct['min_temp'] = day['temp']['min']
|
||||
dct['min_temp'] = day['temp']['max']
|
||||
dct['max_temp'] = day['temp']['max']
|
||||
daily_weather.append(dct)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user