We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973fe52 commit f206cf3Copy full SHA for f206cf3
samples/search/video_search_samples.py
@@ -6,7 +6,7 @@
6
7
# Add your Bing Search V7 subscription key to your environment variables.
8
SUBSCRIPTION_KEY = os.environ['BING_SEARCH_V7_SUBSCRIPTION_KEY']
9
-endpoint = os.environ['BING_SEARCH_V7_ENDPOINT']
+ENDPOINT = os.environ['BING_SEARCH_V7_ENDPOINT']
10
11
def video_search(subscription_key):
12
"""VideoSearch.
0 commit comments