mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-04 18:00:48 +00:00
Fixing os import and bing search result key name (#429)
This commit is contained in:
parent
1365992eff
commit
780b76bef3
@ -121,6 +121,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
|
"import os\n",
|
||||||
"key = os.environ.get('AZURE_SEARCH_KEY', 'XXX')"
|
"key = os.environ.get('AZURE_SEARCH_KEY', 'XXX')"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user