diff options
| author | a01200356 <a01200356@itesm.mx> | 2016-01-05 21:47:31 -0600 |
|---|---|---|
| committer | a01200356 <a01200356@itesm.mx> | 2016-01-05 21:47:31 -0600 |
| commit | 8ca574481485847d5e0f47627d20c543c39b7b66 (patch) | |
| tree | 0caba6b8fedf7c2dae6f6fc119ffaedf1ffd9d64 /searx/settings.yml | |
| parent | 2a15944b58089d84a930f36b42c6ef60d4e629b3 (diff) | |
append link to result in wolframalpha_api (and the tests to validate that)
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 63e944060..7a6fc6d8a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -305,7 +305,7 @@ 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: '' # required! + # api_key: 'apikey' # required! engine : wolframalpha_noapi timeout: 6.0 disabled : True |