feat: get_paper_meta_from_openalex 延迟触发下一个
This commit is contained in:
parent
cfbd94c8b0
commit
8dfa2f294d
|
|
@ -69,7 +69,8 @@ def get_paper_meta_from_openalex(publication_year:int, search_key:str, end_year:
|
||||||
"publication_year": publication_year + 1,
|
"publication_year": publication_year + 1,
|
||||||
"search_key": search_key,
|
"search_key": search_key,
|
||||||
"end_year": end_year
|
"end_year": end_year
|
||||||
}
|
},
|
||||||
|
countdown=5
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue