feat 分享率低通知预警

This commit is contained in:
jxxghp
2023-09-10 08:54:33 +08:00
parent 08c7fff5ab
commit f3b12bed20
3 changed files with 8 additions and 2 deletions

View File

@ -605,7 +605,7 @@ class TorrentRemover(_PluginBase):
if torrents and message_text and self._notify:
self.post_message(
mtype=NotificationType.SiteMessage,
title=f"【自动删种任务执行完成】",
title=f"【自动删种任务完成】",
text=message_text
)
except Exception as e: