mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Made chat_box and added hello world
This commit is contained in:
parent
b9eb927676
commit
b50ef14dce
3 changed files with 53 additions and 6 deletions
|
|
@ -11,7 +11,6 @@ def post_search(request, search: SearchWithPlugins) -> None:
|
|||
search_request = search.search_query
|
||||
container = search.result_container
|
||||
# container.infoboxes.append(container.infoboxes[0])
|
||||
container.chat_box = container.infoboxes
|
||||
print(search_request)
|
||||
|
||||
container.chat_box = {'chat_box': 'hello world'}
|
||||
print(container.infoboxes)
|
||||
print("HELLO WORLD =====================================================================")
|
||||
Loading…
Add table
Add a link
Reference in a new issue