fix
This commit is contained in:
parent
831604101a
commit
e2ecee097d
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user