We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac2664 commit d65bb4aCopy full SHA for d65bb4a
tkinter_python_gui/USWeatherForecast.py
@@ -5,10 +5,9 @@
5
# Free Open Weather API (https://rapidapi.com/community/api/open-weather-map/)
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
- }
+headers = {'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