mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 12:10:00 +00:00
[fix] engines: typo (#5466)
Fix typo in engine timeout definition: 'timout' -> 'timeout'
This commit is contained in:
@@ -140,7 +140,7 @@ def _get_request_id(query, params):
|
||||
if l.territory:
|
||||
headers['Accept-Language'] = f"{l.language}-{l.territory},{l.language};" "q=0.9,*;" "q=0.5"
|
||||
|
||||
resp = get(url, headers=headers, timout=5)
|
||||
resp = get(url, headers=headers, timeout=5)
|
||||
|
||||
for line in resp.text.split("\n"):
|
||||
if "window.searchId = " in line:
|
||||
|
||||
Reference in New Issue
Block a user