From c93d19c614899c458ce9f78e337d03c11805d2aa Mon Sep 17 00:00:00 2001 From: cwx Date: Tue, 13 Dec 2022 00:56:43 +0800 Subject: [PATCH] fix --- utils/entity/RouMan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):