revert
This commit is contained in:
@@ -82,8 +82,7 @@ def searx(text):
|
|||||||
response = requests.get(url, params={
|
response = requests.get(url, params={
|
||||||
'q': text,
|
'q': text,
|
||||||
'format': 'json',
|
'format': 'json',
|
||||||
'lang': 'de',
|
'lang': 'de'
|
||||||
'engines': 'bing,google,yahoo'
|
|
||||||
})
|
})
|
||||||
if response.status_code == 429:
|
if response.status_code == 429:
|
||||||
search_list.pop(0)
|
search_list.pop(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user