diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-09-13 13:24:07 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-09-13 13:24:07 +0200 |
| commit | f664e5e245804754b15a086d810c81a2f376da0d (patch) | |
| tree | 814428191d3776033c87f449030359e8cb1666eb /gui/scripts | |
| parent | 40de3386b2c98369d76cbd12e194c931bc17bd87 (diff) | |
| parent | e5511a373c937b28009e7cebada3249af2e820ed (diff) | |
| download | mullvadvpn-f664e5e245804754b15a086d810c81a2f376da0d.tar.xz mullvadvpn-f664e5e245804754b15a086d810c81a2f376da0d.zip | |
Merge branch 'relay-list-v3'
Diffstat (limited to 'gui/scripts')
| -rw-r--r-- | gui/scripts/extract-geo-data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/scripts/extract-geo-data.py b/gui/scripts/extract-geo-data.py index 0597fb0c49..82f98bf951 100644 --- a/gui/scripts/extract-geo-data.py +++ b/gui/scripts/extract-geo-data.py @@ -519,7 +519,7 @@ def map_locale(locale_ident): def request_relays(): - data = json.dumps({"jsonrpc": "2.0", "id": "0", "method": "relay_list_v2"}) + data = json.dumps({"jsonrpc": "2.0", "id": "0", "method": "relay_list_v3"}) headers = {"Content-Type": "application/json"} request = urllib2.Request("https://api.mullvad.net/rpc/", data, headers) return json.load(urllib2.urlopen(request)) |
