This commit is contained in:
caiwx86 2025-02-04 18:17:22 +08:00
parent 30be4fdca8
commit c594b22368

View File

@ -176,7 +176,7 @@ class BaseSite(ABC):
for chapter in chapters:
try:
if chapter.status == "downloaded":
logger.info(f"{chapter.title} 章节已下载")
logger.debug(f"{chapter.title} 章节已下载")
continue
images = await self.get_chapter_images(chapter.url)
manga_item = MangaItem(