fix
This commit is contained in:
parent
92fa28a229
commit
124cfece55
@ -139,7 +139,7 @@ class baseComic:
|
|||||||
def iconDownload(cls):
|
def iconDownload(cls):
|
||||||
comic_icon_path = ComicPath.getPathConfComicIcon()
|
comic_icon_path = ComicPath.getPathConfComicIcon()
|
||||||
chapter_icon_path = ComicPath.getPathCBZComicChapterIcon()
|
chapter_icon_path = ComicPath.getPathCBZComicChapterIcon()
|
||||||
if ciUtils.isProgressDown and os.path.exists(comic_icon_path) and not os.path.exists(chapter_icon_path):
|
if os.path.exists(comic_icon_path) and not os.path.exists(chapter_icon_path):
|
||||||
shutil.copy(comic_icon_path,chapter_icon_path)
|
shutil.copy(comic_icon_path,chapter_icon_path)
|
||||||
ntfy.sendMsg(f"复制成功:{comic_icon_path} -> {chapter_icon_path}")
|
ntfy.sendMsg(f"复制成功:{comic_icon_path} -> {chapter_icon_path}")
|
||||||
ciUtils.iconDB()
|
ciUtils.iconDB()
|
||||||
Loading…
Reference in New Issue
Block a user