diff --git a/docs/wiki b/docs/wiki index df8c30d2..519e381e 160000 --- a/docs/wiki +++ b/docs/wiki @@ -1 +1 @@ -Subproject commit df8c30d2c3bc1b532c85e85ae443b94f8155b458 +Subproject commit 519e381e8a1add62e76a39181ee61bad02816035 diff --git a/src/module/notification/notification.py b/src/module/notification/notification.py index 215a40f1..4181ac02 100644 --- a/src/module/notification/notification.py +++ b/src/module/notification/notification.py @@ -38,8 +38,8 @@ class PostNotification(getClient()): 番剧名称:{notify.official_title}\n季度: 第{notify.season}季\n更新集数: 第{notify.episode}集\n{poster_link}\n """ else: - text = """ - 番剧名称:{info.official_title}\n季度: 第{info.season}季\n更新集数: 第{info.episode}集\n + text = f""" + 番剧名称:{notify.official_title}\n季度: 第{notify.season}季\n更新集数: 第{notify.episode}集\n """ return text