Skip to content

Commit 6ebd259

Browse files
authored
Update news_search_samples.py (#92)
1 parent dce959a commit 6ebd259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/search/news_search_samples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
# Add your Bing Search V7 subscription key to your environment variables.
77
SUBSCRIPTION_KEY = os.environ['BING_SEARCH_V7_SUBSCRIPTION_KEY']
8+
# Note: your endpoint should not include the /bing/v7.0 suffix
89
ENDPOINT = os.environ['BING_SEARCH_V7_ENDPOINT']
910

1011
def news_search(subscription_key):

0 commit comments

Comments
 (0)