Skip to content

Commit 8556970

Browse files
Update authentication_example.py
1 parent 7df5e13 commit 8556970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_python_code/Day3/authentication_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
base_url = "http://api.openweathermap.org/data/2.5/weather"
44
params = {
55
"q": "London",
6-
"appid": "24a16cc554ff1dd57f5586f849772f01",
6+
"appid": "***",
77
"units": "metric" # You can change to "imperial" for Fahrenheit
88
}
99

0 commit comments

Comments
 (0)