fix
This commit is contained in:
parent
30be4fdca8
commit
c594b22368
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user