diff options
author | a01200356 <a01200356@itesm.mx> | 2016-01-02 00:41:14 -0600 |
---|---|---|
committer | a01200356 <a01200356@itesm.mx> | 2016-01-02 00:41:14 -0600 |
commit | e9d35c1309f05a0b214fb323049909ee7ec62ab8 (patch) | |
tree | c9b8cf6cdb951b66c86c9c55c328456e59cb4042 /searx/settings.yml | |
parent | 0871c7ca85cd19a2fa0971c7db28516a74255d5d (diff) | |
download | searxng-e9d35c1309f05a0b214fb323049909ee7ec62ab8.tar.gz searxng-e9d35c1309f05a0b214fb323049909ee7ec62ab8.zip |
update tests for wolframalpha
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 510fc028c..2c327184e 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: 'api_key' # required! + # api_key: 'apikey' # required! engine : wolframalpha_noapi timeout: 6.0 |