From 5b6889cd8e73b41639e5a1125231b7914711e2e1 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Tue, 10 Jan 2023 07:21:49 +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 1531a7e..0ce01eb 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -16,7 +16,7 @@ class comicEntity: @classmethod def downladsComcis(cls,url): #漫画名 - x = cls.baseComicData(url,update=True) + x = cls.baseComicData(url) books = x.get("books") len_books = len(books) base_url = comicInfo.getBaseUrl(url)