You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/search/checker
Markus Heiser 87f18b98ec [fix] SyntaxWarning: invalid escape sequence '\>'
This patch fixes issue reported by ``make test.unit``::

   searx/search/checker/impl.py:39: SyntaxWarning: invalid escape sequence '\>'
      rep = ['<' + tag + '[^\>]*>' for tag in HTML_TAGS]

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
9 months ago
..
__init__.py The checker requires Redis 2 years ago
__main__.py [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
background.py move searx.shared.redisdb to searx.redisdb 2 years ago
impl.py [fix] SyntaxWarning: invalid escape sequence '\>' 9 months ago
scheduler.lua Initialize Redis in searx/webapp.py 2 years ago
scheduler.py move searx.shared.redisdb to searx.redisdb 2 years ago