This commit is contained in:
2024-04-02 20:32:50 +02:00
parent b66ea26ce6
commit 0694171030
+1 -1
View File
@@ -2012,7 +2012,7 @@ async def wyszukaj_linki_do_dokumentow(ctx):
result_view = DoSearchView(uuid=str(query_uuid), result_list=query_response.json(["data"]))
resulttab = []
resultlink = []
hit, fetched, total, uuid_chk = query_response.json()["data"][0]
hit, fetched, total, _ = query_response.json()["data"][0]
answer = query_response.json()["data"][1]
for item in answer: