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)