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