This commit is contained in:
cwx
2023-02-14 06:35:40 +08:00
parent 8a07121244
commit 226ca3ef33
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ class comicInfo():
@classmethod
def updateComicDate(cls,date=None):
update_at = cls.str_update_at
update_at = cls.getUpdateAt()
if date != None:
update_at = date
dbUtils.setComic(cls.str_comic_name, update_at, "update")