inksiyu commited on
Commit
0e087d9
1 Parent(s): 2122662

Update search.py

Browse files
Files changed (1) hide show
  1. search.py +1 -1
search.py CHANGED
@@ -22,7 +22,7 @@ def search_bing(key_word, bing_api_key):
22
  # "https": "http://127.0.0.1:10809"
23
  # }
24
 
25
- response = requests.get(url, headers=headers, params=params, proxies=proxies)
26
  json_data = response.json()
27
 
28
  search_result = ""
 
22
  # "https": "http://127.0.0.1:10809"
23
  # }
24
 
25
+ response = requests.get(url, headers=headers, params=params)
26
  json_data = response.json()
27
 
28
  search_result = ""