Skip to content

Commit 2ac2664

Browse files
committed
Fixing flake8 E126 error
Looks like I over-indented.. Hopefully this is resolved now
1 parent 9eeb43a commit 2ac2664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tkinter_python_gui/USWeatherForecast.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
url = "https://community-open-weather-map.p.rapidapi.com/forecast"
77

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

1313
# initialize tkinter GUI

0 commit comments

Comments
 (0)