mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 08:12:09 +00:00
a
This commit is contained in:
@@ -2012,7 +2012,7 @@ async def wyszukaj_linki_do_dokumentow(ctx):
|
|||||||
result_view = DoSearchView(uuid=str(query_uuid), result_list=query_response.json(["data"]))
|
result_view = DoSearchView(uuid=str(query_uuid), result_list=query_response.json(["data"]))
|
||||||
resulttab = []
|
resulttab = []
|
||||||
resultlink = []
|
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]
|
answer = query_response.json()["data"][1]
|
||||||
|
|
||||||
for item in answer:
|
for item in answer:
|
||||||
|
|||||||
Reference in New Issue
Block a user