This commit is contained in:
Bagatur 2023-07-19 15:27:43 -07:00 committed by GitHub
parent 3adab5e5be
commit 5d021c0962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,16 +40,23 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"id": "a2b0a215",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"········\n"
]
}
],
"source": [
"import getpass\n",
"import os\n",
"\n",
"os.environ[\n",
" \"SERPAPI_API_KEY\"\n",
"] = \"897780527132b5f31d8d73c40c820d5ef2c2279687efa69f413a61f752027747\""
"os.environ[\"SERPAPI_API_KEY\"] = getpass.getpass()"
]
},
{