From d935fa99199ac509ea7850a29838cd2cde4b890d Mon Sep 17 00:00:00 2001 From: Qinyang Liu <93815242+willow-god@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A9=E6=B7=BB=E5=8A=A0api=E7=9A=84?= =?UTF-8?q?=E6=A0=87=E7=AD=BE"&label=3Dsubscribed"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 84c8ab3..e1df940 100644 --- a/run.py +++ b/run.py @@ -48,7 +48,7 @@ if config["rss_subscribe"]["enable"]: if latest_articles == None: print("没有新文章") else: - github_api_url = "https://api.github.com/repos/" + github_username + "/" + github_repo + "/issues" + "?state=closed" + github_api_url = "https://api.github.com/repos/" + github_username + "/" + github_repo + "/issues" + "?state=closed&label=subscribed" print("正在从 {github_api_url} 中获取订阅信息".format(github_api_url=github_api_url)) email_list = extract_emails_from_issues(github_api_url) if email_list == None: