fix
This commit is contained in:
parent
86e0c63922
commit
9f52400416
@ -115,7 +115,7 @@ class MangaDownloader:
|
||||
save_path = DirectoryNaming.manga_cover_dir(manga_info)
|
||||
DirectoryNaming.ensure_dir(save_path.parent)
|
||||
if os.path.exists(save_path):
|
||||
if FileNaming().file_update_by_date(save_path, day=7):
|
||||
if FileNaming().file_update_by_date(save_path, day=30):
|
||||
"""需要更新刚删除原文件"""
|
||||
os.remove(save_path)
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user