diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-18 20:50:58 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-18 20:50:58 +0100 |
commit | 1d34b31dff235df465982dfd83b7f0c176d6711f (patch) | |
tree | 83dcee281f03996e4a283dd6ef7c65f79aa19fc9 | |
parent | 6b6cbdae20f298fc4761798dbbccdddd858af515 (diff) | |
download | ryzomcore_searx-1d34b31dff235df465982dfd83b7f0c176d6711f.tar.xz ryzomcore_searx-1d34b31dff235df465982dfd83b7f0c176d6711f.zip |
Update to correct url for tests
-rw-r--r-- | src/khanindexer.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/khanindexer.py b/src/khanindexer.py index abfce3f..6ed4757 100644 --- a/src/khanindexer.py +++ b/src/khanindexer.py @@ -16,8 +16,8 @@ language_support = False number_of_results = 5 # search-url -base_url = 'http://127.0.0.1:5000' -search_url = '/?{query}' +base_url = 'http://127.0.0.1:5000/?index=neodarznet' +search_url = '&{query}' # do search-request |