mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
[fix] engines: typo (#5466)
Fix typo in engine timeout definition: 'timout' -> 'timeout'
This commit is contained in:
@@ -27,7 +27,7 @@ base_url = 'https://search.seznam.cz/'
|
||||
|
||||
|
||||
def request(query, params):
|
||||
response_index = get(base_url, headers=params['headers'], raise_for_httperror=True, timout=3)
|
||||
response_index = get(base_url, headers=params['headers'], raise_for_httperror=True, timeout=3)
|
||||
dom = html.fromstring(response_index.text)
|
||||
|
||||
url_params = {
|
||||
|
||||
Reference in New Issue
Block a user