Skip to content

Commit 8d51aa0

Browse files
committed
update
1 parent ba3466c commit 8d51aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/tools/openalex_scholar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def _format_citation(self, work: Dict[str, Any]) -> str:
180180

181181
if __name__ == "__main__":
182182
# Example usage
183-
scholar = OpenAlexScholar(email="jihencn@foxmail.com") # 请替换为您的真实邮箱
183+
scholar = OpenAlexScholar(email="xxx@xxx.com") # 请替换为您的真实邮箱
184184
try:
185185
papers = scholar.search_papers("machine learning")
186186
for paper in papers:

0 commit comments

Comments
 (0)