fix
This commit is contained in:
parent
1b538bacea
commit
6dd86c5ee2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user