Skip to content

Commit 53441b5

Browse files
committed
New Citations Logic
1 parent c7d69df commit 53441b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fetch_citations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def load_dois_from_config(config_path="_config.yml") -> list[str]:
6868

6969

7070
PAPERS = load_dois_from_config()
71-
PAPERS = PAPERS.shuffle()
71+
random.shuffle(PAPERS)
7272

7373

7474
# -------------------------------------------------------------------

0 commit comments

Comments
 (0)