This commit is contained in:
caiwx86 2023-03-31 01:20:47 +08:00
parent c36ad886d6
commit 29db14b827

View File

@ -120,7 +120,6 @@ def download_comic_icon(is_new=comicInfo.IS_NEW_ICON):
if not os.path.exists(base_dir): os.makedirs(base_dir)
shutil.copy(path_comic_icon,os.path.join(base_dir,save_name+icon_prefix))
else:
if fu.notExists(comicInfo.getDirCBZComicChapter()): os.makedirs(comicInfo.getDirCBZComicChapter())
shutil.copy(path_comic_icon,save_path)
print(f"{path_comic_icon} 已复制至: {save_path}")
#保存icon信息