pull/7972/head
Bagatur 1 year ago committed by GitHub
parent 3adab5e5be
commit 5d021c0962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()"
]
},
{

Loading…
Cancel
Save