Skip to content

Commit bccd5dc

Browse files
committed
don't verify
1 parent d4e4305 commit bccd5dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

jupyterbook/content/code_gallery/data_access_notebooks/2016-12-20-searching_glider_deployments.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"\n",
4949
"Created: 2016-12-20\n",
5050
"\n",
51-
"Modified: 2024-03-29\n",
51+
"Modified: 2025-02-02\n",
5252
"\n",
5353
"IOOS provides an [`API`](https://en.wikipedia.org/wiki/Application_programming_interface) for getting information on all the glider deployments available in the [Glider DAC](https://gliders.ioos.us/).\n",
5454
"\n",
@@ -75,7 +75,7 @@
7575
"\n",
7676
"url = \"http://data.ioos.us/gliders/providers/api/deployment\"\n",
7777
"\n",
78-
"response = requests.get(url)\n",
78+
"response = requests.get(url, verify=False)\n",
7979
"\n",
8080
"res = response.json()\n",
8181
"\n",
@@ -1344,7 +1344,7 @@
13441344
"name": "python",
13451345
"nbconvert_exporter": "python",
13461346
"pygments_lexer": "ipython3",
1347-
"version": "3.12.2"
1347+
"version": "3.14.2"
13481348
}
13491349
},
13501350
"nbformat": 4,

0 commit comments

Comments
 (0)