智能下载增加日志打印

This commit is contained in:
jxxghp
2024-05-19 09:19:44 +08:00
parent 521b960364
commit 363318f4f0
2 changed files with 22 additions and 3 deletions

View File

@ -283,6 +283,7 @@ class SearchChain(ChainBase):
self.progress.update(value=100,
text=f'搜索完成,共 {len(contexts)} 个资源',
key=ProgressKey.Search)
logger.info(f'搜索完成,共 {len(contexts)} 个资源')
self.progress.end(ProgressKey.Search)
# 返回