Merge pull request #409 from pragma-/master
Add `includelocation=yes` to weather-data query string
This commit is contained in:
commit
b2ee405417
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue