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