diff options
| author | a01200356 <a01200356@itesm.mx> | 2016-02-28 00:47:36 -0600 |
|---|---|---|
| committer | a01200356 <a01200356@itesm.mx> | 2016-02-28 00:47:36 -0600 |
| commit | 4d8996eb4d54a0938ad9dc6ad105de2b850fa033 (patch) | |
| tree | c523d6ea02d94c9ba35554b83c625ba06d49147b /searx/settings.yml | |
| parent | 4267b11a45b7427bcba91259fcda202bd049f004 (diff) | |
[enh] unit tests for wolframalpha
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 6e4316b08..7a5937ed1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -311,9 +311,9 @@ engines: # You can use the engine using the official stable API, but you need an API key # See : http://products.wolframalpha.com/api/ # engine : wolframalpha_api - # api_key: '5952JX-X52L3VKWT8' # required! + # api_key: '' # required! engine : wolframalpha_noapi - timeout: 10.0 + timeout: 6.0 categories : science #The blekko technology and team have joined IBM Watson! -> https://blekko.com/ |