From 7f180ac0fb5c1bf3eeefc38977689771fd822023 Mon Sep 17 00:00:00 2001 From: Qinyang Liu <93815242+willow-god@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:32:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=B6=E2=80=8D=F0=9F=8C=AB=EF=B8=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E9=99=90=E4=B8=BA200=EF=BC=8C?= =?UTF-8?q?=E5=90=8E=E9=9D=A2=E4=B8=8D=E5=A4=9F=E8=BF=98=E8=83=BD=E5=86=8D?= =?UTF-8?q?=E5=8A=A0?= 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 e1df940..54ceae1 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&label=subscribed" + github_api_url = "https://api.github.com/repos/" + github_username + "/" + github_repo + "/issues" + "?state=closed&label=subscribed&per_page=200" print("正在从 {github_api_url} 中获取订阅信息".format(github_api_url=github_api_url)) email_list = extract_emails_from_issues(github_api_url) if email_list == None: