fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user