Skip to content

Commit 019a077

Browse files
jxxghpCopilot
andcommitted
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0f19005 commit 019a077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/chain/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ async def async_process(self, mediainfo: MediaInfo,
566566
) or []
567567
)
568568
search_count += 1
569-
# 有结果则停止
569+
# 未开启多名称搜索时,有结果则停止
570570
if not settings.SEARCH_MULTIPLE_NAME and torrents:
571571
logger.info(f"共搜索到 {len(torrents)} 个资源,停止搜索")
572572
break

0 commit comments

Comments
 (0)