Skip to content

Commit f206cf3

Browse files
authored
Minor
1 parent 973fe52 commit f206cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/search/video_search_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Add your Bing Search V7 subscription key to your environment variables.
88
SUBSCRIPTION_KEY = os.environ['BING_SEARCH_V7_SUBSCRIPTION_KEY']
9-
endpoint = os.environ['BING_SEARCH_V7_ENDPOINT']
9+
ENDPOINT = os.environ['BING_SEARCH_V7_ENDPOINT']
1010

1111
def video_search(subscription_key):
1212
"""VideoSearch.

0 commit comments

Comments
 (0)