🐯修改取消订阅地址的替换字符串
This commit is contained in:
parent
018d46b40c
commit
1c422b9290
2
run.py
2
run.py
@ -77,7 +77,7 @@ if config["rss_subscribe"]["enable"]:
|
|||||||
"published": article["published"],
|
"published": article["published"],
|
||||||
"link": article["link"],
|
"link": article["link"],
|
||||||
"website_title": website_title,
|
"website_title": website_title,
|
||||||
"github_issue_url": f"https://github.com/{github_username}/{github_repo}/issues/new",
|
"github_issue_url": f"https://github.com/{github_username}/{github_repo}/issues?q=is%3Aissue+is%3Aclosed",
|
||||||
}
|
}
|
||||||
|
|
||||||
send_emails(
|
send_emails(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user