Skip to content

Commit 9b82d8b

Browse files
authored
Updating var
1 parent e8bb9e5 commit 9b82d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Search/BingCustomSearchv7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Your endpoint will have the form: https://<your-custom-subdomain>.cognitiveservices.azure.com/bingcustomsearch/v7.0
1414
subscriptionKey = os.environ['BING_CUSTOM_SEARCH_SUBSCRIPTION_KEY']
1515
endpoint = os.environ['BING_CUSTOM_SEARCH_ENDPOINT']
16-
customConfigId = "1" #you can also use "1"
16+
customConfigId = "your-custom-config-id" #you can also use "1"
1717
searchTerm = "microsoft"
1818
# </importsAndVars>
1919
# <url>

0 commit comments

Comments
 (0)