mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 09:19:20 +02:00
Merge branch 'ixquick' of https://github.com/pw3t/searx into ixquick
Conflicts: searx/engines/startpage.py
This commit is contained in:
commit
b82ba74a7d
2 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,6 @@ from lxml import html
|
|||
base_url = None
|
||||
search_url = None
|
||||
|
||||
|
||||
def request(query, params):
|
||||
global search_url
|
||||
query = urlencode({'q': query})[2:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue