fix 完善事件和消息发送

This commit is contained in:
jxxghp
2025-03-01 18:34:39 +08:00
parent ed8895dfbb
commit 8bd6ccb0de
16 changed files with 95 additions and 57 deletions
+1 -1
View File
@@ -97,5 +97,5 @@ class FetchTorrentsAction(BaseAction):
context.torrents.extend(self._torrents)
logger.info(f"共搜索到 {len(self._torrents)} 条资源")
self.job_done()
self.job_done(f"搜索到 {len(self._torrents)} 个资源")
return context