fix
This commit is contained in:
parent
c80b9e378d
commit
c93d19c614
@ -109,7 +109,7 @@ class comicEntity:
|
||||
#完成删除原文件
|
||||
remove_path = comicInfo.getDirComicChapter()
|
||||
shutil.rmtree(remove_path)
|
||||
ntfy.sendMsg(f"文件已删除: {remove_path}")
|
||||
print(f"文件已删除: {remove_path}")
|
||||
except:
|
||||
dirComicChapter = comicInfo.getDirComicChapter
|
||||
if not dirComicChapter == None and os.path.exists(dirComicChapter):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user