Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
wiazur authored Jan 27, 2020
1 parent 7512c7f commit a403902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/Search/BingEntitySearchv7.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

# Construct the request
mkt = 'en-US'
query = 'sail'
params = 'mkt=' + mkt + '&q=' + urllib.parse.quote(query)
headers = {'Ocp-Apim-Subscription-Key': subscription_key}

Expand Down

0 comments on commit a403902

Please sign in to comment.