fix
This commit is contained in:
parent
5e5e852b54
commit
d1483cd668
@ -472,9 +472,11 @@ class comicInfo():
|
||||
return save_path
|
||||
|
||||
@classmethod
|
||||
def updateComicDate(cls):
|
||||
data = {}
|
||||
def updateComicDate(cls,date=None):
|
||||
data = {}
|
||||
update_at = cls.str_updateAt
|
||||
if date != None:
|
||||
update_at = date
|
||||
comic_name = cls.str_comicName
|
||||
update_path = pathStr.base_comic_update
|
||||
update_dir = os.path.dirname(update_path)
|
||||
|
||||
@ -42,6 +42,7 @@ class baseComic:
|
||||
#CBZUtils.replaceZip(cbz_path)
|
||||
if comicInfo.nextExistsGetPath("done_") and not os.path.exists(cbz_path):
|
||||
comicInfo.nextExistsGetPath("done_",remove=True)
|
||||
comicInfo.updateComicDate("0")
|
||||
chapter_index = chapter_index + 1
|
||||
return None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user