We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ec1a2 commit 92f200fCopy full SHA for 92f200f
06_weather.py
@@ -13,7 +13,7 @@ def f(i):
13
14
config = yaml.load(open('config.yaml'), yaml.Loader)['openWeather']
15
16
-resp = requests.get('https://api.openweathermap.org/data/2.5/onecall', params={
+resp = requests.get('https://api.openweathermap.org/data/3.0/onecall', params={
17
'appid': config['apiKey'],
18
'lat': config['coordinates']['latitude'],
19
'lon': config['coordinates']['longitude'],
0 commit comments