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 9eeb43a commit 2ac2664Copy full SHA for 2ac2664
tkinter_python_gui/USWeatherForecast.py
@@ -6,8 +6,8 @@
6
url = "https://community-open-weather-map.p.rapidapi.com/forecast"
7
8
headers = {
9
- 'x-rapidapi-host': "community-open-weather-map.p.rapidapi.com",
10
- 'x-rapidapi-key': "8e9e50a21bmshda23fe83770e19ep14a949jsn482dfa5dc300"
+ 'x-rapidapi-host': "community-open-weather-map.p.rapidapi.com",
+ 'x-rapidapi-key': "8e9e50a21bmshda23fe83770e19ep14a949jsn482dfa5dc300"
11
}
12
13
# initialize tkinter GUI
0 commit comments