We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d69df commit 53441b5Copy full SHA for 53441b5
1 file changed
fetch_citations.py
@@ -68,7 +68,7 @@ def load_dois_from_config(config_path="_config.yml") -> list[str]:
68
69
70
PAPERS = load_dois_from_config()
71
-PAPERS = PAPERS.shuffle()
+random.shuffle(PAPERS)
72
73
74
# -------------------------------------------------------------------
0 commit comments