diff options
Diffstat (limited to 'searx/search/processors/online.py')
-rw-r--r-- | searx/search/processors/online.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search/processors/online.py b/searx/search/processors/online.py index 17e9b6a96..be1ca57f3 100644 --- a/searx/search/processors/online.py +++ b/searx/search/processors/online.py @@ -75,7 +75,7 @@ class OnlineProcessor(EngineProcessor): def _send_http_request(self, params): # create dictionary which contain all - # informations about the request + # information about the request request_args = dict( headers=params['headers'], cookies=params['cookies'], verify=params['verify'], auth=params['auth'] ) |