mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-16 06:42:10 +00:00
bbb
This commit is contained in:
@@ -2013,7 +2013,7 @@ async def wyszukaj_linki_do_dokumentow(ctx):
|
|||||||
resulttab = []
|
resulttab = []
|
||||||
resultlink = []
|
resultlink = []
|
||||||
logger.info(query_response.json())
|
logger.info(query_response.json())
|
||||||
for item in query_response.json():
|
for item in query_response.json()["data"]:
|
||||||
logger.info("A")
|
logger.info("A")
|
||||||
logger.info(item)
|
logger.info(item)
|
||||||
resulttab.append(str(item["title"]))
|
resulttab.append(str(item["title"]))
|
||||||
|
|||||||
Reference in New Issue
Block a user