diff --git a/bin/proxy.py b/bin/proxy.py index 01b8193..ddb9642 100644 --- a/bin/proxy.py +++ b/bin/proxy.py @@ -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: