diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index 1a536c5..11ec8ff 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -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):