feat: 修改get_abstract_from_elsevier

This commit is contained in:
caoqianming 2026-02-02 10:14:29 +08:00
parent 3cf01d49e6
commit 82b1b41422
1 changed files with 1 additions and 2 deletions

View File

@ -136,8 +136,7 @@ def get_abstract_from_elsevier(number_of_task:int = 20):
return "done" return "done"
params = { params = {
"httpAccept": "text/xml", "httpAccept": "text/xml"
"view": "FULL"
} }
err_msg = "" err_msg = ""
count_abs = 0 count_abs = 0