Merge pull request #409 from pragma-/master

Add `includelocation=yes` to weather-data query string
pull/416/head
Igor Chubin 5 years ago committed by GitHub
commit b2ee405417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,6 +181,7 @@ def proxy(path):
query_string = query_string.replace('sr-lat', 'sr')
query_string = query_string.replace('lang=None', 'lang=en')
query_string += "&extra=localObsTime"
query_string += "&includelocation=yes"
content, headers = _load_content_and_headers(path, query_string)
if content is None:

Loading…
Cancel
Save