This commit is contained in:
caiwx86 2022-12-18 13:03:06 +08:00
parent 831604101a
commit e2ecee097d

View File

@ -79,7 +79,7 @@ class comicEntity:
#comicUtils.setComic(title,alias,icon,author,tags,action,dep,update_date,chapters,chapter_href)
cls.count_chapter = 0
for href in chapter_href:
chapter = chapters[count_chapter]
chapter = chapters[cls.count_chapter]
comicInfo.setChapterName(chapter)
if not comicInfo.nextExistsGetPath("done_"):
comicEntity.comicChapter(href,scramble=True,sleep=random.randint(15,25))