Skip to content

Commit 6fff226

Browse files
authored
Update data-API.ipynb
1 parent 07273df commit 6fff226

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jupyter-notebooks/proserve-interactive-trainings/data-API.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"import os\n",
2121
"import json\n",
2222
"import requests\n",
23-
"PLANET_API_KEY = '7071a190d1644e678086dcc006177a7a'\n",
24-
"#PLANET_API_KEY = os.getenv('PL_API_KEY')\n",
23+
"PLANET_API_KEY = os.getenv('PL_API_KEY')\n",
2524
"\n",
2625
"# Setup Planet Data API base URL\n",
2726
"URL = \"https://api.planet.com/data/v1\"\n",

0 commit comments

Comments
 (0)