mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add back safesearch and pageno
This commit is contained in:
parent
dc3a8beafe
commit
ddd02bf86d
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ logger.level = logging.INFO
|
|||
stream_handler = logging.StreamHandler(sys.stdout)
|
||||
logger.addHandler(stream_handler)
|
||||
|
||||
SAFESEARCH = 0
|
||||
PAGENO = 1
|
||||
|
||||
|
||||
def test_single_engine(app: Flask, engine_name: str) -> Tuple[str, Optional[Exception], int]:
|
||||
logger.debug(f'Testing Engine: {engine_name}')
|
||||
|
|
Loading…
Add table
Reference in a new issue