This commit is contained in:
cwx 2022-12-13 00:56:43 +08:00
parent c80b9e378d
commit c93d19c614

View File

@ -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):