fix: notification error

This commit is contained in:
EstrellaXD
2023-06-01 20:35:14 +08:00
parent 8d81da4350
commit 69b93f11fa
2 changed files with 3 additions and 3 deletions

View File

@@ -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