Skip to content

Commit

Permalink
Update news_search_samples.py (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Jul 28, 2020
1 parent dce959a commit 6ebd259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/search/news_search_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

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

def news_search(subscription_key):
Expand Down

0 comments on commit 6ebd259

Please sign in to comment.