From df804b0ed8525ad4f648d5f948c88abd0dde8a7a Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Wed, 21 Dec 2022 01:01:43 +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 0ca99ad..08e53ec 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -125,7 +125,7 @@ class comicEntity: shutil.rmtree(remove_path) print(f"文件已删除: {remove_path}") except: - dirComicChapter = str(comicInfo.getDirComicChapter) + dirComicChapter = str(comicInfo.getDirComicChapter()) if dirComicChapter != None and os.path.exists(dirComicChapter): shutil.rmtree(dirComicChapter) cls.comicChapter(chapter_url,scramble,sleep)