This commit is contained in:
caiwx86 2023-01-16 02:58:22 +08:00
parent 1b538bacea
commit 6dd86c5ee2

View File

@ -301,11 +301,11 @@ class comicInfo():
return None
@classmethod
def getNewCBZComicChapter(cls,type):
def getNewCBZComicChapter(cls,type="dir"):
return cls.getNewToComicChapter(".CBZ", type)
@classmethod
def getNewIconComicChapter(cls,type):
def getNewIconComicChapter(cls,type="dir"):
return cls.getNewToComicChapter(".jpg", type)
@classmethod