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 a72b59d commit 9eeb43aCopy full SHA for 9eeb43a
tkinter_python_gui/USWeatherForecast.py
@@ -6,9 +6,9 @@
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"
11
- }
+ 'x-rapidapi-host': "community-open-weather-map.p.rapidapi.com",
+ 'x-rapidapi-key': "8e9e50a21bmshda23fe83770e19ep14a949jsn482dfa5dc300"
+ }
12
13
# initialize tkinter GUI
14
root = tk.Tk()
0 commit comments