diff options
Diffstat (limited to 'searx/engines/uxwing.py')
| -rw-r--r-- | searx/engines/uxwing.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/engines/uxwing.py b/searx/engines/uxwing.py index 59bb75afc..fd845f980 100644 --- a/searx/engines/uxwing.py +++ b/searx/engines/uxwing.py @@ -17,12 +17,10 @@ about = { categories = ['images', 'icons'] base_url = "https://uxwing.com" -enable_http2 = False def request(query, params): params['url'] = f"{base_url}/?s={quote_plus(query)}" - return params def response(resp): |
