[fix] chatnoir: returns empty responses

This commit is contained in:
Bnyro
2026-09-05 19:44:57 +02:00
parent 8b01679e8f
commit 14a9f84c6c

View File

@@ -84,6 +84,7 @@ def request(query: str, params: "OnlineParams"):
params["url"] = f"{base_url}/api/v1/_search"
params["method"] = "POST"
params["impersonate"] = "none"
json_data = {
"query": query,