Skip to content

Commit d65bb4a

Browse files
committed
Error 126: over-indenting
Not quite sure why I am still getting this error.. Tried to resolve the problem with this fix
1 parent 2ac2664 commit d65bb4a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tkinter_python_gui/USWeatherForecast.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
# Free Open Weather API (https://rapidapi.com/community/api/open-weather-map/)
66
url = "https://community-open-weather-map.p.rapidapi.com/forecast"
77

8-
headers = {
9-
'x-rapidapi-host': "community-open-weather-map.p.rapidapi.com",
10-
'x-rapidapi-key': "8e9e50a21bmshda23fe83770e19ep14a949jsn482dfa5dc300"
11-
}
8+
headers = {'x-rapidapi-host': "community-open-weather-map.p.rapidapi.com",
9+
'x-rapidapi-key':
10+
"8e9e50a21bmshda23fe83770e19ep14a949jsn482dfa5dc300"}
1211

1312
# initialize tkinter GUI
1413
root = tk.Tk()

0 commit comments

Comments
 (0)