Made chat_box and added hello world

This commit is contained in:
kvan7 2024-01-22 03:23:35 +00:00
parent b9eb927676
commit b50ef14dce
3 changed files with 53 additions and 6 deletions

View file

@ -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 =====================================================================")