mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +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"]))
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user