summaryrefslogtreecommitdiff
path: root/searx/engines/uxwing.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/uxwing.py')
-rw-r--r--searx/engines/uxwing.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/searx/engines/uxwing.py b/searx/engines/uxwing.py
index aef8b8fee..59bb75afc 100644
--- a/searx/engines/uxwing.py
+++ b/searx/engines/uxwing.py
@@ -4,7 +4,7 @@
from urllib.parse import quote_plus
from lxml import html
-from searx.utils import eval_xpath, eval_xpath_list, extract_text, gen_useragent
+from searx.utils import eval_xpath, eval_xpath_list, extract_text
about = {
"website": 'https://uxwing.com',
@@ -22,7 +22,6 @@ enable_http2 = False
def request(query, params):
params['url'] = f"{base_url}/?s={quote_plus(query)}"
- params['headers'] = {'User-Agent': gen_useragent()}
return params