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 7512c7f commit a403902Copy full SHA for a403902
python/Search/BingEntitySearchv7.py
@@ -18,7 +18,6 @@
18
19
# Construct the request
20
mkt = 'en-US'
21
-query = 'sail'
22
params = 'mkt=' + mkt + '&q=' + urllib.parse.quote(query)
23
headers = {'Ocp-Apim-Subscription-Key': subscription_key}
24
0 commit comments