From e543e1d1e967352784e6e6fd3ba0a1ea46987f70 Mon Sep 17 00:00:00 2001 From: Yutao ZHU <740876080@qq.com> Date: Tue, 12 Mar 2024 14:56:14 +0800 Subject: [PATCH] Update cite.py --- _cite/cite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_cite/cite.py b/_cite/cite.py index 6cd5bef..7c87ffc 100644 --- a/_cite/cite.py +++ b/_cite/cite.py @@ -28,7 +28,7 @@ sources = [] # in-order list of plugins to run -plugins = ["google-scholar", "pubmed", "orcid", "sources"] +plugins = ["google-scholar", "sources"] # loop through plugins for plugin in plugins: