diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index 01c3cbd..d8327af 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -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))