Skip to content

Commit 18c041a

Browse files
committed
New Citations Logic
1 parent 574ab6d commit 18c041a

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
@@ -16,7 +16,7 @@
1616
import re
1717
import yaml
1818

19-
def load_dois_from_config(config_path="/_config.yml") -> list[str]:
19+
def load_dois_from_config(config_path="_config.yml") -> list[str]:
2020
with open(config_path) as f:
2121
config = yaml.safe_load(f)
2222
# Extract all data-doi="..." values from the papers HTML block

0 commit comments

Comments
 (0)