mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-03 05:37:52 -04:00
Fixed pep8 failures
This commit is contained in:
parent
986df391b2
commit
db9e1d23d1
@ -35,7 +35,7 @@ def get_weather_gov_for_gps(lat, lon):
|
|||||||
url2 = (
|
url2 = (
|
||||||
"https://forecast.weather.gov/MapClick.php?lat=%s"
|
"https://forecast.weather.gov/MapClick.php?lat=%s"
|
||||||
"&lon=%s&FcstType=json" % (lat, lon)
|
"&lon=%s&FcstType=json" % (lat, lon)
|
||||||
#f"https://api.weather.gov/points/{lat},{lon}"
|
# f"https://api.weather.gov/points/{lat},{lon}"
|
||||||
)
|
)
|
||||||
LOG.debug(f"Fetching weather '{url2}'")
|
LOG.debug(f"Fetching weather '{url2}'")
|
||||||
response = requests.get(url2, headers=headers)
|
response = requests.get(url2, headers=headers)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user