fix
This commit is contained in:
parent
c36ad886d6
commit
29db14b827
@ -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信息
|
||||
|
||||
Loading…
Reference in New Issue
Block a user