weather api updates

workspace
Brendan Howell 3 years ago
parent 824119a55b
commit a9f7ff39e8

@ -19,7 +19,6 @@ def get_weather_json(lat, lon):
# https://api.met.no/weatherapi/locationforecast/2.0/classic?lat=52.50639&lon=13.4063
resp = requests.get(url=url, params=params, headers=headers)
pprint(resp)
return resp.json()
def get_forecast(lat, lon):

Loading…
Cancel
Save