Merge pull request #407 from pragma-/master

Add extra=localObsTime to weather-data fetch query
pull/416/head
Igor Chubin 5 years ago committed by GitHub
commit 9b591b029a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save