diff options
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/engines/qwant.py | 2 | ||||
| -rw-r--r-- | searx/static/themes/simple/gruntfile.js | 2 | ||||
| -rw-r--r-- | searx/static/themes/simple/package.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/searx/engines/qwant.py b/searx/engines/qwant.py index 249a1f4e4..0312e518c 100644 --- a/searx/engines/qwant.py +++ b/searx/engines/qwant.py @@ -59,7 +59,7 @@ category_to_keyword = { } # search-url -url = 'https://api.qwant.com/v3/search/{keyword}?q={query}&count={count}&offset={offset}' +url = 'https://api.qwant.com/v3/search/{keyword}?{query}&count={count}&offset={offset}' def request(query, params): """Qwant search request""" diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index f85f92a13..3d72a9270 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -14,7 +14,7 @@ module.exports = function(grunt) { }, eslint: { options: { - configFile: '.eslintrc.json', + overrideConfigFile: '.eslintrc.json', failOnError: false }, target: [ diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index 1ca09536f..f1c177971 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -10,7 +10,7 @@ "grunt-contrib-uglify": "~5.0.1", "grunt-xmlmin": "~0.1.8", "grunt-contrib-watch": "~1.1.0", - "grunt-eslint": "^23.0.0", + "grunt-eslint": "^24.0.0", "grunt-stylelint": "^0.16.0", "grunt-image": "^6.4.0", "ionicons": "^5.5.4", |