Merge pull request #407 from pragma-/master
Add extra=localObsTime to weather-data fetch query
This commit is contained in:
commit
9b591b029a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue