From e2ecee097d73a35c257e0381d49d66f63134cee8 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Sun, 18 Dec 2022 13:03:06 +0800 Subject: [PATCH] fix --- utils/entity/RouMan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))