This commit is contained in:
cwx
2023-01-16 04:28:00 +08:00
parent 5e5e852b54
commit d1483cd668
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -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)