fix
This commit is contained in:
parent
65c1c69588
commit
df804b0ed8
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user