diff --git a/src/sites/base.py b/src/sites/base.py index 3a7f4b0..48469ab 100644 --- a/src/sites/base.py +++ b/src/sites/base.py @@ -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(