From b6a2a17444a6c348f339b8261ae1c28841739a82 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Wed, 5 Apr 2023 13:56:25 +0800 Subject: [PATCH] fix --- common/BaseComicEntity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index a8e49f6..291ea40 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -36,10 +36,10 @@ class baseComic: Comic.setComicName(book_name) Comic.setUpdateAt(update_at) if not ciUtils.isUpdateComic(book_name): - ntfy.sendMsg(f"开始下载 漫画:{book_name}") + ntfy.sendMsg(f"开始下载 漫画:{book_name}",alert=True) Comic.setCurrentDownLink(comic_href) else: - ntfy.sendMsg(f"{book_name} 已是最新") + ntfy.sendMsg(f"{book_name} 已是最新",alert=True) chapters = htmlUtils.xpathData(chapters_xpath,url=comic_href,update=False) chapter_index = 1 for chapter in chapters: