Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jul 19, 2023
1 parent 3adab5e commit 5d021c0
Showing 1 changed file with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()"
]
},
{
Expand Down

0 comments on commit 5d021c0

Please sign in to comment.